#551962

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

Shades of Hot Purple #551962

Tints of Hot Purple #551962

Color information

#551962 (or 0x551962) is unknown color: approx Hot Purple. HEX triplet: 55, 19 and 62. RGB value is (85,25,98). Sum of RGB (Red+Green+Blue) = 85+25+98=208 (27% of max value = 765). Red value is 85 (33.59% from 255 or 40.87% from 208); Green value is 25 (10.16% from 255 or 12.02% from 208); Blue value is 98 (38.67% from 255 or 47.12% from 208); Max value from RGB is 98 - color contains mainly: blue. Hex color #551962 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #551962 is #AAE69D. Grayscale: #333333. Windows color (decimal): -11200158 or 6429013. OLE color: 6429013.

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

Color convert

RGB852598-
CMYK0.130.7400.62
HSL289.32º59.35%24.12%-
HSV(B)289.32º74.49%38.43%-
XYZ6.33.5111.9-
YUV51.26154.38152.06-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 40.87%
GREEN value IS 25 (10.16% from 255) = 12.02%
BLUE value IS 98 (38.67% from 255) = 47.12%
R=40.87%
G=12.02%
B=47.12%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8525980.130.7400.62289.3259.3524.12
Hex551962D4A03E1213b18
Octal12531142151120764417330
Binary101010111001110001011011001010011111010010000111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551962; }

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

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

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

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

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

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

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

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