#4221BA

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

Shades of Purple Heart #4221BA

Tints of Purple Heart #4221BA

Color information

#4221BA (or 0x4221BA) is unknown color: approx Purple Heart. HEX triplet: 42, 21 and BA. RGB value is (66,33,186). Sum of RGB (Red+Green+Blue) = 66+33+186=285 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.16% from 285); Green value is 33 (13.28% from 255 or 11.58% from 285); Blue value is 186 (73.05% from 255 or 65.26% from 285); Max value from RGB is 186 - color contains mainly: blue. Hex color #4221BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4221BA is #BDDE45. Grayscale: #3B3B3B. Windows color (decimal): -12443206 or 12198210. OLE color: 12198210.

HSL color Cylindrical-coordinate representation of color #4221BA: hue angle of 252.94º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4221BA is Cyan = 0.65, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB6633186-
CMYK0.650.8200.27
HSL252.94º69.86%42.94%-
HSV(B)252.94º82.26%72.94%-
XYZ11.655.7946.96-
YUV60.31198.93132.06-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.16%
GREEN value IS 33 (13.28% from 255) = 11.58%
BLUE value IS 186 (73.05% from 255) = 65.26%
R=23.16%
G=11.58%
B=65.26%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal66331860.650.8200.27252.9469.8642.94
Hex4221BA415201Bfd462b
Octal1024127210112203337510653
Binary10000101000011011101010000011010010011011111111011000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4221BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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