#55155A

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

Shades of Hot Purple #55155A

Tints of Hot Purple #55155A

Color information

#55155A (or 0x55155A) is unknown color: approx Hot Purple. HEX triplet: 55, 15 and 5A. RGB value is (85,21,90). Sum of RGB (Red+Green+Blue) = 85+21+90=196 (25% of max value = 765). Red value is 85 (33.59% from 255 or 43.37% from 196); Green value is 21 (8.59% from 255 or 10.71% from 196); Blue value is 90 (35.55% from 255 or 45.92% from 196); Max value from RGB is 90 - color contains mainly: blue. Hex color #55155A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #55155A is #AAEAA5. Grayscale: #2F2F2F. Windows color (decimal): -11201190 or 5903701. OLE color: 5903701.

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

Color convert

RGB852190-
CMYK0.060.7700.65
HSL295.65º62.16%21.76%-
HSV(B)295.65º76.67%35.29%-
XYZ5.863.219.98-
YUV48151.7154.39-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 43.37%
GREEN value IS 21 (8.59% from 255) = 10.71%
BLUE value IS 90 (35.55% from 255) = 45.92%
R=43.37%
G=10.71%
B=45.92%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8521900.060.7700.65295.6562.1621.76
Hex55155A64D0411283e16
Octal12525132611501014507626
Binary101010110101101101011010011010100000110010100011111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55155A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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