#4422bb

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

Shades of Purple Heart #4422BB

Tints of Purple Heart #4422BB

Color information

#4422BB (or 0x4422BB) is unknown color: approx Purple Heart. HEX triplet: 44, 22 and BB. RGB value is (68,34,187). Sum of RGB (Red+Green+Blue) = 68+34+187=289 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.53% from 289); Green value is 34 (13.67% from 255 or 11.76% from 289); Blue value is 187 (73.44% from 255 or 64.71% from 289); Max value from RGB is 187 - color contains mainly: blue. Hex color #4422BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4422BB is #BBDD44. Grayscale: #3D3D3D. Windows color (decimal): -12311877 or 12264004. OLE color: 12264004.

HSL color Cylindrical-coordinate representation of color #4422BB: hue angle of 253.33º degrees, saturation: 0.69, 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 #4422BB is Cyan = 0.64, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB6834187-
CMYK0.640.8200.27
HSL253.33º69.23%43.33%-
HSV(B)253.33º81.82%73.33%-
XYZ11.935.9647.54-
YUV61.61198.76132.56-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 23.53%
GREEN value IS 34 (13.67% from 255) = 11.76%
BLUE value IS 187 (73.44% from 255) = 64.71%
R=23.53%
G=11.76%
B=64.71%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal68341870.640.8200.27253.3369.2343.33
Hex4422BB405201Bfd452b
Octal1044227310012203337510553
Binary10001001000101011101110000001010010011011111111011000101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4422bb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4422bb; }

 p { color: rgb(68,34,187); }

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

<style>
 a { background-color: #4422bb; }

 a { background-color: rgb(68,34,187); }

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

<style>
 span { border-color: #4422bb; }

 span { border-color: rgb(68,34,187); }

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