#4208C9

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

Shades of Purple Heart #4208C9

Tints of Purple Heart #4208C9

Color information

#4208C9 (or 0x4208C9) is unknown color: approx Purple Heart. HEX triplet: 42, 08 and C9. RGB value is (66,8,201). Sum of RGB (Red+Green+Blue) = 66+8+201=275 (36% of max value = 765). Red value is 66 (26.17% from 255 or 24% from 275); Green value is 8 (3.52% from 255 or 2.91% from 275); Blue value is 201 (78.91% from 255 or 73.09% from 275); Max value from RGB is 201 - color contains mainly: blue. Hex color #4208C9 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4208C9 is #BDF736. Grayscale: #2E2E2E. Windows color (decimal): -12449591 or 13174850. OLE color: 13174850.

HSL color Cylindrical-coordinate representation of color #4208C9: hue angle of 258.03º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4208C9 is Cyan = 0.67, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB668201-
CMYK0.670.9600.21
HSL258.03º92.34%40.98%-
HSV(B)258.03º96.02%78.82%-
XYZ12.885.5555.65-
YUV47.34214.72141.31-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 24%
GREEN value IS 8 (3.52% from 255) = 2.91%
BLUE value IS 201 (78.91% from 255) = 73.09%
R=24%
G=2.91%
B=73.09%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal6682010.670.9600.21258.0392.3440.98
Hex428C943600151025c29
Octal1021031110314002540213451
Binary1000010100011001001100001111000000101011000000101011100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4208C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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