#4214cb

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

Shades of Purple Heart #4214CB

Tints of Purple Heart #4214CB

Color information

#4214CB (or 0x4214CB) is unknown color: approx Purple Heart. HEX triplet: 42, 14 and CB. RGB value is (66,20,203). Sum of RGB (Red+Green+Blue) = 66+20+203=289 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.84% from 289); Green value is 20 (8.20% from 255 or 6.92% from 289); Blue value is 203 (79.69% from 255 or 70.24% from 289); Max value from RGB is 203 - color contains mainly: blue. Hex color #4214CB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4214CB is #BDEB34. Grayscale: #353535. Windows color (decimal): -12446517 or 13308994. OLE color: 13308994.

HSL color Cylindrical-coordinate representation of color #4214CB: hue angle of 255.08º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4214CB is Cyan = 0.67, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB6620203-
CMYK0.670.9000.20
HSL255.08º82.06%43.73%-
HSV(B)255.08º90.15%79.61%-
XYZ13.285.9756.95-
YUV54.62211.74136.12-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.84%
GREEN value IS 20 (8.20% from 255) = 6.92%
BLUE value IS 203 (79.69% from 255) = 70.24%
R=22.84%
G=6.92%
B=70.24%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal66202030.670.9000.20255.0882.0643.73
Hex4214CB435A014ff522c
Octal1022431310313202437712254
Binary1000010101001100101110000111011010010100111111111010010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4214cb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4214cb; }

 p { color: rgb(66,20,203); }

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

<style>
 a { background-color: #4214cb; }

 a { background-color: rgb(66,20,203); }

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

<style>
 span { border-color: #4214cb; }

 span { border-color: rgb(66,20,203); }

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