#553253

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

Shades of Hot Purple #553253

Tints of Hot Purple #553253

Color information

#553253 (or 0x553253) is unknown color: approx Hot Purple. HEX triplet: 55, 32 and 53. RGB value is (85,50,83). Sum of RGB (Red+Green+Blue) = 85+50+83=218 (28% of max value = 765). Red value is 85 (33.59% from 255 or 38.99% from 218); Green value is 50 (19.92% from 255 or 22.94% from 218); Blue value is 83 (32.81% from 255 or 38.07% from 218); Max value from RGB is 85 - color contains mainly: red. Hex color #553253 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #553253 is #AACDAC. Grayscale: #404040. Windows color (decimal): -11193773 or 5452373. OLE color: 5452373.

HSL color Cylindrical-coordinate representation of color #553253: hue angle of 303.43º degrees, saturation: 0.26, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #553253 is Cyan = 0, Magento = 0.41, Yellow = 0.02 and Black (K on CMYK) = 0.67.

Color convert

RGB855083-
CMYK00.410.020.67
HSL303.43º25.93%26.47%-
HSV(B)303.43º41.18%33.33%-
XYZ6.454.848.78-
YUV64.23138.6142.82-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 38.99%
GREEN value IS 50 (19.92% from 255) = 22.94%
BLUE value IS 83 (32.81% from 255) = 38.07%
R=38.99%
G=22.94%
B=38.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.02
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85508300.410.020.67303.4325.9326.47
Hex55325302924312f1a1a
Octal1256212305121034573232
Binary1010101110010101001101010011010000111001011111101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553253; }

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

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

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

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

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

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

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

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