#4421B6

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

Shades of Purple Heart #4421B6

Tints of Purple Heart #4421B6

Color information

#4421B6 (or 0x4421B6) is unknown color: approx Purple Heart. HEX triplet: 44, 21 and B6. RGB value is (68,33,182). Sum of RGB (Red+Green+Blue) = 68+33+182=283 (37% of max value = 765). Red value is 68 (26.95% from 255 or 24.03% from 283); Green value is 33 (13.28% from 255 or 11.66% from 283); Blue value is 182 (71.48% from 255 or 64.31% from 283); Max value from RGB is 182 - color contains mainly: blue. Hex color #4421B6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4421B6 is #BBDE49. Grayscale: #3B3B3B. Windows color (decimal): -12312138 or 11936068. OLE color: 11936068.

HSL color Cylindrical-coordinate representation of color #4421B6: hue angle of 254.09º degrees, saturation: 0.69, 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 #4421B6 is Cyan = 0.63, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB6833182-
CMYK0.630.8200.29
HSL254.09º69.3%42.16%-
HSV(B)254.09º81.87%71.37%-
XYZ11.375.6944.76-
YUV60.45196.6133.38-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 24.03%
GREEN value IS 33 (13.28% from 255) = 11.66%
BLUE value IS 182 (71.48% from 255) = 64.31%
R=24.03%
G=11.66%
B=64.31%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal68331820.630.8200.29254.0969.342.16
Hex4421B63F5201Dfe452a
Octal104412667712203537610552
Binary1000100100001101101101111111010010011101111111101000101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4421B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4421B6; }

 p { color: rgb(68,33,182); }

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

<style>
 a { background-color: #4421B6; }

 a { background-color: rgb(68,33,182); }

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

<style>
 span { border-color: #4421B6; }

 span { border-color: rgb(68,33,182); }

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