#552158

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

Shades of Hot Purple #552158

Tints of Hot Purple #552158

Color information

#552158 (or 0x552158) is unknown color: approx Hot Purple. HEX triplet: 55, 21 and 58. RGB value is (85,33,88). Sum of RGB (Red+Green+Blue) = 85+33+88=206 (27% of max value = 765). Red value is 85 (33.59% from 255 or 41.26% from 206); Green value is 33 (13.28% from 255 or 16.02% from 206); Blue value is 88 (34.77% from 255 or 42.72% from 206); Max value from RGB is 88 - color contains mainly: blue. Hex color #552158 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #552158 is #AADEA7. Grayscale: #363636. Windows color (decimal): -11198120 or 5775701. OLE color: 5775701.

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

Color convert

RGB853388-
CMYK0.030.6200.65
HSL296.73º45.45%23.73%-
HSV(B)296.73º62.5%34.51%-
XYZ6.053.729.63-
YUV54.82146.73149.53-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 41.26%
GREEN value IS 33 (13.28% from 255) = 16.02%
BLUE value IS 88 (34.77% from 255) = 42.72%
R=41.26%
G=16.02%
B=42.72%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8533880.030.6200.65296.7345.4523.73
Hex55215833E0411292d18
Octal1254113037601014515530
Binary10101011000011011000111111100100000110010100110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552158; }

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

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

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

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

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

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

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

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