#551358

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

Shades of Hot Purple #551358

Tints of Hot Purple #551358

Color information

#551358 (or 0x551358) is unknown color: approx Hot Purple. HEX triplet: 55, 13 and 58. RGB value is (85,19,88). Sum of RGB (Red+Green+Blue) = 85+19+88=192 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.27% from 192); Green value is 19 (7.81% from 255 or 9.90% from 192); Blue value is 88 (34.77% from 255 or 45.83% from 192); Max value from RGB is 88 - color contains mainly: blue. Hex color #551358 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #551358 is #AAECA7. Grayscale: #2E2E2E. Windows color (decimal): -11201704 or 5772117. OLE color: 5772117.

HSL color Cylindrical-coordinate representation of color #551358: hue angle of 297.39º degrees, saturation: 0.64, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #551358 is Cyan = 0.03, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB851988-
CMYK0.030.7800.65
HSL297.39º64.49%20.98%-
HSV(B)297.39º78.41%34.51%-
XYZ5.743.19.53-
YUV46.6151.37155.39-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 44.27%
GREEN value IS 19 (7.81% from 255) = 9.90%
BLUE value IS 88 (34.77% from 255) = 45.83%
R=44.27%
G=9.90%
B=45.83%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8519880.030.7800.65297.3964.4920.98
Hex55135834E0411294015
Octal125231303116010145110025
Binary101010110011101100011100111001000001100101001100000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551358; }

 p { color: rgb(85,19,88); }

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

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

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

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

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

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

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