#55055B

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

Shades of Hot Purple #55055B

Tints of Hot Purple #55055B

Color information

#55055B (or 0x55055B) is unknown color: approx Hot Purple. HEX triplet: 55, 05 and 5B. RGB value is (85,5,91). Sum of RGB (Red+Green+Blue) = 85+5+91=181 (23% of max value = 765). Red value is 85 (33.59% from 255 or 46.96% from 181); Green value is 5 (2.34% from 255 or 2.76% from 181); Blue value is 91 (35.94% from 255 or 50.28% from 181); Max value from RGB is 91 - color contains mainly: blue. Hex color #55055B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #55055B is #AAFAA4. Grayscale: #262626. Windows color (decimal): -11205285 or 5965141. OLE color: 5965141.

HSL color Cylindrical-coordinate representation of color #55055B: hue angle of 295.81º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #55055B is Cyan = 0.07, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB85591-
CMYK0.070.9500.64
HSL295.81º89.58%18.82%-
HSV(B)295.81º94.51%35.69%-
XYZ5.692.810.14-
YUV38.72157.5161.01-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 46.96%
GREEN value IS 5 (2.34% from 255) = 2.76%
BLUE value IS 91 (35.94% from 255) = 50.28%
R=46.96%
G=2.76%
B=50.28%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal855910.070.9500.64295.8189.5818.82
Hex5555B75F0401285a13
Octal12551337137010045013223
Binary10101011011011011111101111101000000100101000101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55055B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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