#552053

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

Shades of Hot Purple #552053

Tints of Hot Purple #552053

Color information

#552053 (or 0x552053) is unknown color: approx Hot Purple. HEX triplet: 55, 20 and 53. RGB value is (85,32,83). Sum of RGB (Red+Green+Blue) = 85+32+83=200 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.5% from 200); Green value is 32 (12.89% from 255 or 16% from 200); Blue value is 83 (32.81% from 255 or 41.5% from 200); Max value from RGB is 85 - color contains mainly: red. Hex color #552053 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #552053 is #AADFAC. Grayscale: #353535. Windows color (decimal): -11198381 or 5447765. OLE color: 5447765.

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

Color convert

RGB853283-
CMYK00.620.020.67
HSL302.26º45.3%22.94%-
HSV(B)302.26º62.35%33.33%-
XYZ5.823.598.57-
YUV53.66144.56150.35-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 42.5%
GREEN value IS 32 (12.89% from 255) = 16%
BLUE value IS 83 (32.81% from 255) = 41.5%
R=42.5%
G=16%
B=41.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.02
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85328300.620.020.67302.2645.322.94
Hex55205303E24312e2d17
Octal1254012307621034565527
Binary10101011000001010011011111010100001110010111010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552053; }

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

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

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

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

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

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

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

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