#4224CB

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

Shades of Purple Heart #4224CB

Tints of Purple Heart #4224CB

Color information

#4224CB (or 0x4224CB) is unknown color: approx Purple Heart. HEX triplet: 42, 24 and CB. RGB value is (66,36,203). Sum of RGB (Red+Green+Blue) = 66+36+203=305 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.64% from 305); Green value is 36 (14.45% from 255 or 11.80% from 305); Blue value is 203 (79.69% from 255 or 66.56% from 305); Max value from RGB is 203 - color contains mainly: blue. Hex color #4224CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4224CB is #BDDB34. Grayscale: #3F3F3F. Windows color (decimal): -12442421 or 13313090. OLE color: 13313090.

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

Color convert

RGB6636203-
CMYK0.670.8200.20
HSL250.78º69.87%46.86%-
HSV(B)250.78º82.27%79.61%-
XYZ13.666.7357.08-
YUV64.01206.44129.42-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.64%
GREEN value IS 36 (14.45% from 255) = 11.80%
BLUE value IS 203 (79.69% from 255) = 66.56%
R=21.64%
G=11.80%
B=66.56%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal66362030.670.8200.20250.7869.8746.86
Hex4224CB4352014fb462f
Octal1024431310312202437310657
Binary10000101001001100101110000111010010010100111110111000110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4224CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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