#553655

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

Shades of Hot Purple #553655

Tints of Hot Purple #553655

Color information

#553655 (or 0x553655) is unknown color: approx Hot Purple. HEX triplet: 55, 36 and 55. RGB value is (85,54,85). Sum of RGB (Red+Green+Blue) = 85+54+85=224 (29% of max value = 765). Red value is 85 (33.59% from 255 or 37.95% from 224); Green value is 54 (21.48% from 255 or 24.11% from 224); Blue value is 85 (33.59% from 255 or 37.95% from 224); Max value from RGB is 85 - color contains mainly: red, blue. Hex color #553655 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #553655 is #AAC9AA. Grayscale: #424242. Windows color (decimal): -11192747 or 5584469. OLE color: 5584469.

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

Color convert

RGB855485-
CMYK00.3600.67
HSL300º22.3%27.25%-
HSV(B)300º36.47%33.33%-
XYZ6.715.239.25-
YUV66.8138.27140.98-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 37.95%
GREEN value IS 54 (21.48% from 255) = 24.11%
BLUE value IS 85 (33.59% from 255) = 37.95%
R=37.95%
G=24.11%
B=37.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85548500.3600.6730022.327.25
Hex55365502404312c161b
Octal1256612504401034542633
Binary101010111011010101010100100010000111001011001011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553655; }

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

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

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

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

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

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

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

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