#4420B4

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

Shades of Purple Heart #4420B4

Tints of Purple Heart #4420B4

Color information

#4420B4 (or 0x4420B4) is unknown color: approx Purple Heart. HEX triplet: 44, 20 and B4. RGB value is (68,32,180). Sum of RGB (Red+Green+Blue) = 68+32+180=280 (37% of max value = 765). Red value is 68 (26.95% from 255 or 24.29% from 280); Green value is 32 (12.89% from 255 or 11.43% from 280); Blue value is 180 (70.70% from 255 or 64.29% from 280); Max value from RGB is 180 - color contains mainly: blue. Hex color #4420B4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4420B4 is #BBDF4B. Grayscale: #3B3B3B. Windows color (decimal): -12312396 or 11804740. OLE color: 11804740.

HSL color Cylindrical-coordinate representation of color #4420B4: hue angle of 254.59º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4420B4 is Cyan = 0.62, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB6832180-
CMYK0.620.8200.29
HSL254.59º69.81%41.57%-
HSV(B)254.59º82.22%70.59%-
XYZ11.145.5643.67-
YUV59.64195.93133.97-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 24.29%
GREEN value IS 32 (12.89% from 255) = 11.43%
BLUE value IS 180 (70.70% from 255) = 64.29%
R=24.29%
G=11.43%
B=64.29%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal68321800.620.8200.29254.5969.8141.57
Hex4420B43E5201Dff462a
Octal104402647612203537710652
Binary1000100100000101101001111101010010011101111111111000110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4420B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4420B4; }

 p { color: rgb(68,32,180); }

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

<style>
 a { background-color: #4420B4; }

 a { background-color: rgb(68,32,180); }

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

<style>
 span { border-color: #4420B4; }

 span { border-color: rgb(68,32,180); }

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