#670BC3

Color #670BC3 Purple Heart (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Heart #670BC3

Tints of Purple Heart #670BC3

Color information

#670BC3 (or 0x670BC3) is unknown color: approx Purple Heart. HEX triplet: 67, 0B and C3. RGB value is (103,11,195). Sum of RGB (Red+Green+Blue) = 103+11+195=309 (40% of max value = 765). Red value is 103 (40.62% from 255 or 33.33% from 309); Green value is 11 (4.69% from 255 or 3.56% from 309); Blue value is 195 (76.56% from 255 or 63.11% from 309); Max value from RGB is 195 - color contains mainly: blue. Hex color #670BC3 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #670BC3 is #98F43C. Grayscale: #3A3A3A. Windows color (decimal): -10023997 or 12782439. OLE color: 12782439.

HSL color Cylindrical-coordinate representation of color #670BC3: hue angle of 270º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #670BC3 is Cyan = 0.47, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB10311195-
CMYK0.470.9400.24
HSL270º89.32%40.39%-
HSV(B)270º94.36%76.47%-
XYZ15.567.0652.17-
YUV59.48204.48159.04-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 103 (40.62% from 255) = 33.33%
GREEN value IS 11 (4.69% from 255) = 3.56%
BLUE value IS 195 (76.56% from 255) = 63.11%
R=33.33%
G=3.56%
B=63.11%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal103111950.470.9400.2427089.3240.39
Hex67BC32F5E01810e5928
Octal147133035713603041613150
Binary110011110111100001110111110111100110001000011101011001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #670BC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #670BC3; }

 p { color: rgb(103,11,195); }

 H1.HeaderClassName
 {
   color: #670BC3;
 }
 .AnyTagClassName
 {
   color: #670BC3;
 }
</style>
background-color css

<style>
 a { background-color: #670BC3; }

 a { background-color: rgb(103,11,195); }

 div.DivClassName
 {
   background-color: #670BC3;
 }
 .BgClassName
 {
   background-color: #670BC3;
 }
</style>
border-color css

<style>
 span { border-color: #670BC3; }

 span { border-color: rgb(103,11,195); }

 td.TdClassName
 {
   border-color: #670BC3;
 }
 .TagClassName
 {
   border-color: #670BC3;
 }
</style>