#55055A

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

Shades of Hot Purple #55055A

Tints of Hot Purple #55055A

Color information

#55055A (or 0x55055A) is unknown color: approx Hot Purple. HEX triplet: 55, 05 and 5A. RGB value is (85,5,90). Sum of RGB (Red+Green+Blue) = 85+5+90=180 (23% of max value = 765). Red value is 85 (33.59% from 255 or 47.22% from 180); Green value is 5 (2.34% from 255 or 2.78% from 180); Blue value is 90 (35.55% from 255 or 50% from 180); Max value from RGB is 90 - color contains mainly: blue. Hex color #55055A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #55055A is #AAFAA5. Grayscale: #262626. Windows color (decimal): -11205286 or 5899605. OLE color: 5899605.

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

Color convert

RGB85590-
CMYK0.060.9400.65
HSL296.47º89.47%18.63%-
HSV(B)296.47º94.44%35.29%-
XYZ5.652.789.91-
YUV38.61157161.09-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 47.22%
GREEN value IS 5 (2.34% from 255) = 2.78%
BLUE value IS 90 (35.55% from 255) = 50%
R=47.22%
G=2.78%
B=50%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal855900.060.9400.65296.4789.4718.63
Hex5555A65E0411285913
Octal12551326136010145013123
Binary10101011011011010110101111001000001100101000101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55055A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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