#5522BB

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

Shades of Purple Heart #5522BB

Tints of Purple Heart #5522BB

Color information

#5522BB (or 0x5522BB) is unknown color: approx Purple Heart. HEX triplet: 55, 22 and BB. RGB value is (85,34,187). Sum of RGB (Red+Green+Blue) = 85+34+187=306 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.78% from 306); Green value is 34 (13.67% from 255 or 11.11% from 306); Blue value is 187 (73.44% from 255 or 61.11% from 306); Max value from RGB is 187 - color contains mainly: blue. Hex color #5522BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5522BB is #AADD44. Grayscale: #424242. Windows color (decimal): -11197765 or 12264021. OLE color: 12264021.

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

Color convert

RGB8534187-
CMYK0.550.8200.27
HSL260º69.23%43.33%-
HSV(B)260º81.82%73.33%-
XYZ13.296.6647.6-
YUV66.69195.9141.06-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 27.78%
GREEN value IS 34 (13.67% from 255) = 11.11%
BLUE value IS 187 (73.44% from 255) = 61.11%
R=27.78%
G=11.11%
B=61.11%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal85341870.550.8200.2726069.2343.33
Hex5522BB375201B104452b
Octal125422736712203340410553
Binary10101011000101011101111011110100100110111000001001000101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5522BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5522BB; }

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

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

<style>
 a { background-color: #5522BB; }

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

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

<style>
 span { border-color: #5522BB; }

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

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