#55175C

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

Shades of Hot Purple #55175C

Tints of Hot Purple #55175C

Color information

#55175C (or 0x55175C) is unknown color: approx Hot Purple. HEX triplet: 55, 17 and 5C. RGB value is (85,23,92). Sum of RGB (Red+Green+Blue) = 85+23+92=200 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.5% from 200); Green value is 23 (9.38% from 255 or 11.5% from 200); Blue value is 92 (36.33% from 255 or 46% from 200); Max value from RGB is 92 - color contains mainly: blue. Hex color #55175C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #55175C is #AAE8A3. Grayscale: #313131. Windows color (decimal): -11200676 or 6035285. OLE color: 6035285.

HSL color Cylindrical-coordinate representation of color #55175C: hue angle of 293.91º degrees, saturation: 0.6, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #55175C is Cyan = 0.08, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB852392-
CMYK0.080.7500.64
HSL293.91º60%22.55%-
HSV(B)293.91º75%36.08%-
XYZ5.983.3210.45-
YUV49.4152.04153.39-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 42.5%
GREEN value IS 23 (9.38% from 255) = 11.5%
BLUE value IS 92 (36.33% from 255) = 46%
R=42.5%
G=11.5%
B=46%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8523920.080.7500.64293.916022.55
Hex55175C84B0401263c17
Octal125271341011301004467427
Binary1010101101111011100100010010110100000010010011011110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55175C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55175C; }

 p { color: rgb(85,23,92); }

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

<style>
 a { background-color: #55175C; }

 a { background-color: rgb(85,23,92); }

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

<style>
 span { border-color: #55175C; }

 span { border-color: rgb(85,23,92); }

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