#552358

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

Shades of Hot Purple #552358

Tints of Hot Purple #552358

Color information

#552358 (or 0x552358) is unknown color: approx Hot Purple. HEX triplet: 55, 23 and 58. RGB value is (85,35,88). Sum of RGB (Red+Green+Blue) = 85+35+88=208 (27% of max value = 765). Red value is 85 (33.59% from 255 or 40.87% from 208); Green value is 35 (14.06% from 255 or 16.83% from 208); Blue value is 88 (34.77% from 255 or 42.31% from 208); Max value from RGB is 88 - color contains mainly: blue. Hex color #552358 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #552358 is #AADCA7. Grayscale: #373737. Windows color (decimal): -11197608 or 5776213. OLE color: 5776213.

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

Color convert

RGB853588-
CMYK0.030.6000.65
HSL296.6º43.09%24.12%-
HSV(B)296.6º60.23%34.51%-
XYZ6.113.849.65-
YUV55.99146.06148.69-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 40.87%
GREEN value IS 35 (14.06% from 255) = 16.83%
BLUE value IS 88 (34.77% from 255) = 42.31%
R=40.87%
G=16.83%
B=42.31%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8535880.030.6000.65296.643.0924.12
Hex55235833C0411292b18
Octal1254313037401014515330
Binary10101011000111011000111111000100000110010100110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552358; }

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

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

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

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

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

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

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

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