#4213CD

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

Shades of Purple Heart #4213CD

Tints of Purple Heart #4213CD

Color information

#4213CD (or 0x4213CD) is unknown color: approx Purple Heart. HEX triplet: 42, 13 and CD. RGB value is (66,19,205). Sum of RGB (Red+Green+Blue) = 66+19+205=290 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.76% from 290); Green value is 19 (7.81% from 255 or 6.55% from 290); Blue value is 205 (80.47% from 255 or 70.69% from 290); Max value from RGB is 205 - color contains mainly: blue. Hex color #4213CD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4213CD is #BDEC32. Grayscale: #353535. Windows color (decimal): -12446771 or 13439810. OLE color: 13439810.

HSL color Cylindrical-coordinate representation of color #4213CD: hue angle of 255.16º 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 #4213CD is Cyan = 0.68, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB6619205-
CMYK0.680.9100.20
HSL255.16º83.04%43.92%-
HSV(B)255.16º90.73%80.39%-
XYZ13.56.0358.21-
YUV54.26213.07136.38-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.76%
GREEN value IS 19 (7.81% from 255) = 6.55%
BLUE value IS 205 (80.47% from 255) = 70.69%
R=22.76%
G=6.55%
B=70.69%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal66192050.680.9100.20255.1683.0443.92
Hex4213CD445B014ff532c
Octal1022331510413302437712354
Binary1000010100111100110110001001011011010100111111111010011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4213CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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