#55175F

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

Shades of Hot Purple #55175F

Tints of Hot Purple #55175F

Color information

#55175F (or 0x55175F) is unknown color: approx Hot Purple. HEX triplet: 55, 17 and 5F. RGB value is (85,23,95). Sum of RGB (Red+Green+Blue) = 85+23+95=203 (26% of max value = 765). Red value is 85 (33.59% from 255 or 41.87% from 203); Green value is 23 (9.38% from 255 or 11.33% from 203); Blue value is 95 (37.5% from 255 or 46.80% from 203); Max value from RGB is 95 - color contains mainly: blue. Hex color #55175F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #55175F is #AAE8A0. Grayscale: #313131. Windows color (decimal): -11200673 or 6231893. OLE color: 6231893.

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

Color convert

RGB852395-
CMYK0.110.7600.63
HSL291.67º61.02%23.14%-
HSV(B)291.67º75.79%37.25%-
XYZ6.123.3711.15-
YUV49.75153.54153.15-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 41.87%
GREEN value IS 23 (9.38% from 255) = 11.33%
BLUE value IS 95 (37.5% from 255) = 46.80%
R=41.87%
G=11.33%
B=46.80%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8523950.110.7600.63291.6761.0223.14
Hex55175FB4C03F1243d17
Octal12527137131140774447527
Binary101010110111101111110111001100011111110010010011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55175F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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