#55055F

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

Shades of Hot Purple #55055F

Tints of Hot Purple #55055F

Color information

#55055F (or 0x55055F) is unknown color: approx Hot Purple. HEX triplet: 55, 05 and 5F. RGB value is (85,5,95). Sum of RGB (Red+Green+Blue) = 85+5+95=185 (24% of max value = 765). Red value is 85 (33.59% from 255 or 45.95% from 185); Green value is 5 (2.34% from 255 or 2.70% from 185); Blue value is 95 (37.5% from 255 or 51.35% from 185); Max value from RGB is 95 - color contains mainly: blue. Hex color #55055F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #55055F is #AAFAA0. Grayscale: #262626. Windows color (decimal): -11205281 or 6227285. OLE color: 6227285.

HSL color Cylindrical-coordinate representation of color #55055F: hue angle of 293.33º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #55055F is Cyan = 0.11, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB85595-
CMYK0.110.9500.63
HSL293.33º90%19.61%-
HSV(B)293.33º94.74%37.25%-
XYZ5.872.8711.07-
YUV39.18159.5160.68-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 45.95%
GREEN value IS 5 (2.34% from 255) = 2.70%
BLUE value IS 95 (37.5% from 255) = 51.35%
R=45.95%
G=2.70%
B=51.35%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal855950.110.9500.63293.339019.61
Hex5555FB5F03F1255a14
Octal12551371313707744513224
Binary10101011011011111101110111110111111100100101101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55055F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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