#4213CB

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

Shades of Purple Heart #4213CB

Tints of Purple Heart #4213CB

Color information

#4213CB (or 0x4213CB) is unknown color: approx Purple Heart. HEX triplet: 42, 13 and CB. RGB value is (66,19,203). Sum of RGB (Red+Green+Blue) = 66+19+203=288 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.92% from 288); Green value is 19 (7.81% from 255 or 6.60% from 288); Blue value is 203 (79.69% from 255 or 70.49% from 288); Max value from RGB is 203 - color contains mainly: blue. Hex color #4213CB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4213CB is #BDEC34. Grayscale: #353535. Windows color (decimal): -12446773 or 13308738. OLE color: 13308738.

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

Color convert

RGB6619203-
CMYK0.670.9100.20
HSL255.33º82.88%43.53%-
HSV(B)255.33º90.64%79.61%-
XYZ13.265.9456.95-
YUV54.03212.07136.54-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.92%
GREEN value IS 19 (7.81% from 255) = 6.60%
BLUE value IS 203 (79.69% from 255) = 70.49%
R=22.92%
G=6.60%
B=70.49%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal66192030.670.9100.20255.3382.8843.53
Hex4213CB435B014ff532c
Octal1022331310313302437712354
Binary1000010100111100101110000111011011010100111111111010011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4213CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4213CB; }

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

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

<style>
 a { background-color: #4213CB; }

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

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

<style>
 span { border-color: #4213CB; }

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

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