#4208B7

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

Shades of Purple Heart #4208B7

Tints of Purple Heart #4208B7

Color information

#4208B7 (or 0x4208B7) is unknown color: approx Purple Heart. HEX triplet: 42, 08 and B7. RGB value is (66,8,183). Sum of RGB (Red+Green+Blue) = 66+8+183=257 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.68% from 257); Green value is 8 (3.52% from 255 or 3.11% from 257); Blue value is 183 (71.88% from 255 or 71.21% from 257); Max value from RGB is 183 - color contains mainly: blue. Hex color #4208B7 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4208B7 is #BDF748. Grayscale: #2C2C2C. Windows color (decimal): -12449609 or 11995202. OLE color: 11995202.

HSL color Cylindrical-coordinate representation of color #4208B7: hue angle of 259.89º degrees, saturation: 0.92, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4208B7 is Cyan = 0.64, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB668183-
CMYK0.640.9600.28
HSL259.89º91.62%37.45%-
HSV(B)259.89º95.63%71.76%-
XYZ10.884.7545.14-
YUV45.29205.72142.77-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 25.68%
GREEN value IS 8 (3.52% from 255) = 3.11%
BLUE value IS 183 (71.88% from 255) = 71.21%
R=25.68%
G=3.11%
B=71.21%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal6681830.640.9600.28259.8991.6237.45
Hex428B7406001C1045c25
Octal1021026710014003440413445
Binary1000010100010110111100000011000000111001000001001011100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4208B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4208B7; }

 p { color: rgb(66,8,183); }

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

<style>
 a { background-color: #4208B7; }

 a { background-color: rgb(66,8,183); }

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

<style>
 span { border-color: #4208B7; }

 span { border-color: rgb(66,8,183); }

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