#55225A

Color #55225A Hot Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hot Purple #55225A

Tints of Hot Purple #55225A

Color information

#55225A (or 0x55225A) is unknown color: approx Hot Purple. HEX triplet: 55, 22 and 5A. RGB value is (85,34,90). Sum of RGB (Red+Green+Blue) = 85+34+90=209 (27% of max value = 765). Red value is 85 (33.59% from 255 or 40.67% from 209); Green value is 34 (13.67% from 255 or 16.27% from 209); Blue value is 90 (35.55% from 255 or 43.06% from 209); Max value from RGB is 90 - color contains mainly: blue. Hex color #55225A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55225A is #AADDA5. Grayscale: #373737. Windows color (decimal): -11197862 or 5907029. OLE color: 5907029.

HSL color Cylindrical-coordinate representation of color #55225A: hue angle of 294.64º degrees, saturation: 0.45, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #55225A is Cyan = 0.06, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB853490-
CMYK0.060.6200.65
HSL294.64º45.16%24.31%-
HSV(B)294.64º62.22%35.29%-
XYZ6.163.8110.08-
YUV55.63147.4148.95-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 40.67%
GREEN value IS 34 (13.67% from 255) = 16.27%
BLUE value IS 90 (35.55% from 255) = 43.06%
R=40.67%
G=16.27%
B=43.06%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8534900.060.6200.65294.6445.1624.31
Hex55225A63E0411272d18
Octal1254213267601014475530
Binary101010110001010110101101111100100000110010011110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55225A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55225A; }

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

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

<style>
 a { background-color: #55225A; }

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

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

<style>
 span { border-color: #55225A; }

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

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