#551955

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

Shades of Hot Purple #551955

Tints of Hot Purple #551955

Color information

#551955 (or 0x551955) is unknown color: approx Hot Purple. HEX triplet: 55, 19 and 55. RGB value is (85,25,85). Sum of RGB (Red+Green+Blue) = 85+25+85=195 (25% of max value = 765). Red value is 85 (33.59% from 255 or 43.59% from 195); Green value is 25 (10.16% from 255 or 12.82% from 195); Blue value is 85 (33.59% from 255 or 43.59% from 195); Max value from RGB is 85 - color contains mainly: red, blue. Hex color #551955 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #551955 is #AAE6AA. Grayscale: #313131. Windows color (decimal): -11200171 or 5577045. OLE color: 5577045.

HSL color Cylindrical-coordinate representation of color #551955: hue angle of 300º degrees, saturation: 0.55, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #551955 is Cyan = 0, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB852585-
CMYK00.7100.67
HSL300º54.55%21.57%-
HSV(B)300º70.59%33.33%-
XYZ5.733.288.93-
YUV49.78147.88153.12-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 43.59%
GREEN value IS 25 (10.16% from 255) = 12.82%
BLUE value IS 85 (33.59% from 255) = 43.59%
R=43.59%
G=12.82%
B=43.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85258500.7100.6730054.5521.57
Hex55195504704312c3716
Octal12531125010701034546726
Binary1010101110011010101010001110100001110010110011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551955; }

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

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

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

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

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

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

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

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