#4221CC

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

Shades of Purple Heart #4221CC

Tints of Purple Heart #4221CC

Color information

#4221CC (or 0x4221CC) is unknown color: approx Purple Heart. HEX triplet: 42, 21 and CC. RGB value is (66,33,204). Sum of RGB (Red+Green+Blue) = 66+33+204=303 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.78% from 303); Green value is 33 (13.28% from 255 or 10.89% from 303); Blue value is 204 (80.08% from 255 or 67.33% from 303); Max value from RGB is 204 - color contains mainly: blue. Hex color #4221CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4221CC is #BDDE33. Grayscale: #3D3D3D. Windows color (decimal): -12443188 or 13377858. OLE color: 13377858.

HSL color Cylindrical-coordinate representation of color #4221CC: hue angle of 251.58º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4221CC is Cyan = 0.68, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB6633204-
CMYK0.680.8400.2
HSL251.58º72.15%46.47%-
HSV(B)251.58º83.82%80%-
XYZ13.696.6157.68-
YUV62.36207.93130.6-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.78%
GREEN value IS 33 (13.28% from 255) = 10.89%
BLUE value IS 204 (80.08% from 255) = 67.33%
R=21.78%
G=10.89%
B=67.33%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal66332040.680.8400.2251.5872.1546.47
Hex4221CC4454014fc482e
Octal1024131410412402437411056
Binary10000101000011100110010001001010100010100111111001001000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4221CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4221CC; }

 p { color: rgb(66,33,204); }

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

<style>
 a { background-color: #4221CC; }

 a { background-color: rgb(66,33,204); }

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

<style>
 span { border-color: #4221CC; }

 span { border-color: rgb(66,33,204); }

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