#55215D

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

Shades of Hot Purple #55215D

Tints of Hot Purple #55215D

Color information

#55215D (or 0x55215D) is unknown color: approx Hot Purple. HEX triplet: 55, 21 and 5D. RGB value is (85,33,93). Sum of RGB (Red+Green+Blue) = 85+33+93=211 (27% of max value = 765). Red value is 85 (33.59% from 255 or 40.28% from 211); Green value is 33 (13.28% from 255 or 15.64% from 211); Blue value is 93 (36.72% from 255 or 44.08% from 211); Max value from RGB is 93 - color contains mainly: blue. Hex color #55215D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55215D is #AADEA2. Grayscale: #373737. Windows color (decimal): -11198115 or 6103381. OLE color: 6103381.

HSL color Cylindrical-coordinate representation of color #55215D: hue angle of 292º degrees, saturation: 0.48, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #55215D is Cyan = 0.09, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB853393-
CMYK0.090.6500.64
HSL292º47.62%24.71%-
HSV(B)292º64.52%36.47%-
XYZ6.273.8110.76-
YUV55.39149.23149.12-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 40.28%
GREEN value IS 33 (13.28% from 255) = 15.64%
BLUE value IS 93 (36.72% from 255) = 44.08%
R=40.28%
G=15.64%
B=44.08%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8533930.090.6500.6429247.6224.71
Hex55215D9410401243019
Octal125411351110101004446031
Binary10101011000011011101100110000010100000010010010011000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55215D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55215D; }

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

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

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

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

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

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

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

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