#51215C

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

Shades of Hot Purple #51215C

Tints of Hot Purple #51215C

Color information

#51215C (or 0x51215C) is unknown color: approx Hot Purple. HEX triplet: 51, 21 and 5C. RGB value is (81,33,92). Sum of RGB (Red+Green+Blue) = 81+33+92=206 (27% of max value = 765). Red value is 81 (32.03% from 255 or 39.32% from 206); Green value is 33 (13.28% from 255 or 16.02% from 206); Blue value is 92 (36.33% from 255 or 44.66% from 206); Max value from RGB is 92 - color contains mainly: blue. Hex color #51215C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #51215C is #AEDEA3. Grayscale: #353535. Windows color (decimal): -11460260 or 6037841. OLE color: 6037841.

HSL color Cylindrical-coordinate representation of color #51215C: hue angle of 288.81º 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 #51215C is Cyan = 0.12, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB813392-
CMYK0.120.6400.64
HSL288.81º47.2%24.51%-
HSV(B)288.81º64.13%36.08%-
XYZ5.873.6110.51-
YUV54.08149.4147.2-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 39.32%
GREEN value IS 33 (13.28% from 255) = 16.02%
BLUE value IS 92 (36.33% from 255) = 44.66%
R=39.32%
G=16.02%
B=44.66%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8133920.120.6400.64288.8147.224.51
Hex51215CC400401212f19
Octal121411341410001004415731
Binary10100011000011011100110010000000100000010010000110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51215C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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