#551957

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

Shades of Hot Purple #551957

Tints of Hot Purple #551957

Color information

#551957 (or 0x551957) is unknown color: approx Hot Purple. HEX triplet: 55, 19 and 57. RGB value is (85,25,87). Sum of RGB (Red+Green+Blue) = 85+25+87=197 (26% of max value = 765). Red value is 85 (33.59% from 255 or 43.15% from 197); Green value is 25 (10.16% from 255 or 12.69% from 197); Blue value is 87 (34.38% from 255 or 44.16% from 197); Max value from RGB is 87 - color contains mainly: blue. Hex color #551957 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #551957 is #AAE6A8. Grayscale: #313131. Windows color (decimal): -11200169 or 5708117. OLE color: 5708117.

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

Color convert

RGB852587-
CMYK0.020.7100.66
HSL298.06º55.36%21.96%-
HSV(B)298.06º71.26%34.12%-
XYZ5.813.319.35-
YUV50.01148.88152.96-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 43.15%
GREEN value IS 25 (10.16% from 255) = 12.69%
BLUE value IS 87 (34.38% from 255) = 44.16%
R=43.15%
G=12.69%
B=44.16%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8525870.020.7100.66298.0655.3621.96
Hex55195724704212a3716
Octal12531127210701024526726
Binary10101011100110101111010001110100001010010101011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551957

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551957; }

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

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

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

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

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

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

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

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