#553255

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

Shades of Hot Purple #553255

Tints of Hot Purple #553255

Color information

#553255 (or 0x553255) is unknown color: approx Hot Purple. HEX triplet: 55, 32 and 55. RGB value is (85,50,85). Sum of RGB (Red+Green+Blue) = 85+50+85=220 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.64% from 220); Green value is 50 (19.92% from 255 or 22.73% from 220); Blue value is 85 (33.59% from 255 or 38.64% from 220); Max value from RGB is 85 - color contains mainly: red, blue. Hex color #553255 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #553255 is #AACDAA. Grayscale: #404040. Windows color (decimal): -11193771 or 5583445. OLE color: 5583445.

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

Color convert

RGB855085-
CMYK00.4100.67
HSL300º25.93%26.47%-
HSV(B)300º41.18%33.33%-
XYZ6.534.879.19-
YUV64.46139.6142.65-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 38.64%
GREEN value IS 50 (19.92% from 255) = 22.73%
BLUE value IS 85 (33.59% from 255) = 38.64%
R=38.64%
G=22.73%
B=38.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85508500.4100.6730025.9326.47
Hex55325502904312c1a1a
Octal1256212505101034543232
Binary101010111001010101010101001010000111001011001101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553255; }

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

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

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

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

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

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

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

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