#552153

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

Shades of Hot Purple #552153

Tints of Hot Purple #552153

Color information

#552153 (or 0x552153) is unknown color: approx Hot Purple. HEX triplet: 55, 21 and 53. RGB value is (85,33,83). Sum of RGB (Red+Green+Blue) = 85+33+83=201 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.29% from 201); Green value is 33 (13.28% from 255 or 16.42% from 201); Blue value is 83 (32.81% from 255 or 41.29% from 201); Max value from RGB is 85 - color contains mainly: red. Hex color #552153 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #552153 is #AADEAC. Grayscale: #363636. Windows color (decimal): -11198125 or 5448021. OLE color: 5448021.

HSL color Cylindrical-coordinate representation of color #552153: hue angle of 302.31º 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 #552153 is Cyan = 0, Magento = 0.61, Yellow = 0.02 and Black (K on CMYK) = 0.67.

Color convert

RGB853383-
CMYK00.610.020.67
HSL302.31º44.07%23.14%-
HSV(B)302.31º61.18%33.33%-
XYZ5.853.648.58-
YUV54.25144.23149.93-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 42.29%
GREEN value IS 33 (13.28% from 255) = 16.42%
BLUE value IS 83 (32.81% from 255) = 41.29%
R=42.29%
G=16.42%
B=41.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.02
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85338300.610.020.67302.3144.0723.14
Hex55215303D24312e2c17
Octal1254112307521034565427
Binary10101011000011010011011110110100001110010111010110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552153

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552153; }

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

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

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

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

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

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

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

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