#55215C

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

Shades of Hot Purple #55215C

Tints of Hot Purple #55215C

Color information

#55215C (or 0x55215C) is unknown color: approx Hot Purple. HEX triplet: 55, 21 and 5C. RGB value is (85,33,92). Sum of RGB (Red+Green+Blue) = 85+33+92=210 (27% of max value = 765). Red value is 85 (33.59% from 255 or 40.48% from 210); Green value is 33 (13.28% from 255 or 15.71% from 210); Blue value is 92 (36.33% from 255 or 43.81% from 210); Max value from RGB is 92 - color contains mainly: blue. Hex color #55215C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55215C is #AADEA3. Grayscale: #373737. Windows color (decimal): -11198116 or 6037845. OLE color: 6037845.

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

Color convert

RGB853392-
CMYK0.080.6400.64
HSL292.88º47.2%24.51%-
HSV(B)292.88º64.13%36.08%-
XYZ6.223.7910.53-
YUV55.27148.73149.2-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 40.48%
GREEN value IS 33 (13.28% from 255) = 15.71%
BLUE value IS 92 (36.33% from 255) = 43.81%
R=40.48%
G=15.71%
B=43.81%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8533920.080.6400.64292.8847.224.51
Hex55215C8400401252f19
Octal125411341010001004455731
Binary10101011000011011100100010000000100000010010010110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55215C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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