#552152

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

Shades of Hot Purple #552152

Tints of Hot Purple #552152

Color information

#552152 (or 0x552152) is unknown color: approx Hot Purple. HEX triplet: 55, 21 and 52. RGB value is (85,33,82). Sum of RGB (Red+Green+Blue) = 85+33+82=200 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.5% from 200); Green value is 33 (13.28% from 255 or 16.5% from 200); Blue value is 82 (32.42% from 255 or 41% from 200); Max value from RGB is 85 - color contains mainly: red. Hex color #552152 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #552152 is #AADEAD. Grayscale: #353535. Windows color (decimal): -11198126 or 5382485. OLE color: 5382485.

HSL color Cylindrical-coordinate representation of color #552152: hue angle of 303.46º degrees, saturation: 0.44, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #552152 is Cyan = 0, Magento = 0.61, Yellow = 0.04 and Black (K on CMYK) = 0.67.

Color convert

RGB853382-
CMYK00.610.040.67
HSL303.46º44.07%23.14%-
HSV(B)303.46º61.18%33.33%-
XYZ5.813.638.38-
YUV54.13143.73150.02-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 42.5%
GREEN value IS 33 (13.28% from 255) = 16.5%
BLUE value IS 82 (32.42% from 255) = 41%
R=42.5%
G=16.5%
B=41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.04
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85338200.610.040.67303.4644.0723.14
Hex55215203D44312f2c17
Octal1254112207541034575427
Binary101010110000110100100111101100100001110010111110110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552152; }

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

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

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

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

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

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

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

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