#55195A

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

Shades of Hot Purple #55195A

Tints of Hot Purple #55195A

Color information

#55195A (or 0x55195A) is unknown color: approx Hot Purple. HEX triplet: 55, 19 and 5A. RGB value is (85,25,90). Sum of RGB (Red+Green+Blue) = 85+25+90=200 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.5% from 200); Green value is 25 (10.16% from 255 or 12.5% from 200); Blue value is 90 (35.55% from 255 or 45% from 200); Max value from RGB is 90 - color contains mainly: blue. Hex color #55195A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #55195A is #AAE6A5. Grayscale: #323232. Windows color (decimal): -11200166 or 5904725. OLE color: 5904725.

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

Color convert

RGB852590-
CMYK0.060.7200.65
HSL295.38º56.52%22.55%-
HSV(B)295.38º72.22%35.29%-
XYZ5.943.3610.01-
YUV50.35150.38152.71-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 42.5%
GREEN value IS 25 (10.16% from 255) = 12.5%
BLUE value IS 90 (35.55% from 255) = 45%
R=42.5%
G=12.5%
B=45%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8525900.060.7200.65295.3856.5222.55
Hex55195A6480411273917
Octal12531132611001014477127
Binary101010111001101101011010010000100000110010011111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55195A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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