#551762

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

Shades of Hot Purple #551762

Tints of Hot Purple #551762

Color information

#551762 (or 0x551762) is unknown color: approx Hot Purple. HEX triplet: 55, 17 and 62. RGB value is (85,23,98). Sum of RGB (Red+Green+Blue) = 85+23+98=206 (27% of max value = 765). Red value is 85 (33.59% from 255 or 41.26% from 206); Green value is 23 (9.38% from 255 or 11.17% from 206); Blue value is 98 (38.67% from 255 or 47.57% from 206); Max value from RGB is 98 - color contains mainly: blue. Hex color #551762 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #551762 is #AAE89D. Grayscale: #313131. Windows color (decimal): -11200670 or 6428501. OLE color: 6428501.

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

Color convert

RGB852398-
CMYK0.130.7700.62
HSL289.6º61.98%23.73%-
HSV(B)289.6º76.53%38.43%-
XYZ6.263.4311.89-
YUV50.09155.04152.9-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 41.26%
GREEN value IS 23 (9.38% from 255) = 11.17%
BLUE value IS 98 (38.67% from 255) = 47.57%
R=41.26%
G=11.17%
B=47.57%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8523980.130.7700.62289.661.9823.73
Hex551762D4D03E1223e18
Octal12527142151150764427630
Binary101010110111110001011011001101011111010010001011111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551762

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551762; }

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

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

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

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

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

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

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

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