#551861

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

Shades of Hot Purple #551861

Tints of Hot Purple #551861

Color information

#551861 (or 0x551861) is unknown color: approx Hot Purple. HEX triplet: 55, 18 and 61. RGB value is (85,24,97). Sum of RGB (Red+Green+Blue) = 85+24+97=206 (27% of max value = 765). Red value is 85 (33.59% from 255 or 41.26% from 206); Green value is 24 (9.77% from 255 or 11.65% from 206); Blue value is 97 (38.28% from 255 or 47.09% from 206); Max value from RGB is 97 - color contains mainly: blue. Hex color #551861 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #551861 is #AAE79E. Grayscale: #323232. Windows color (decimal): -11200415 or 6363221. OLE color: 6363221.

HSL color Cylindrical-coordinate representation of color #551861: hue angle of 290.14º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #551861 is Cyan = 0.12, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB852497-
CMYK0.120.7500.62
HSL290.14º60.33%23.73%-
HSV(B)290.14º75.26%38.04%-
XYZ6.233.4511.65-
YUV50.56154.21152.56-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 41.26%
GREEN value IS 24 (9.77% from 255) = 11.65%
BLUE value IS 97 (38.28% from 255) = 47.09%
R=41.26%
G=11.65%
B=47.09%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8524970.120.7500.62290.1460.3323.73
Hex551861C4B03E1223c18
Octal12530141141130764427430
Binary101010111000110000111001001011011111010010001011110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551861; }

 p { color: rgb(85,24,97); }

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

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

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

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

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

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

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