#512151

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

Shades of Hot Purple #512151

Tints of Hot Purple #512151

Color information

#512151 (or 0x512151) is unknown color: approx Hot Purple. HEX triplet: 51, 21 and 51. RGB value is (81,33,81). Sum of RGB (Red+Green+Blue) = 81+33+81=195 (25% of max value = 765). Red value is 81 (32.03% from 255 or 41.54% from 195); Green value is 33 (13.28% from 255 or 16.92% from 195); Blue value is 81 (32.03% from 255 or 41.54% from 195); Max value from RGB is 81 - color contains mainly: red, blue. Hex color #512151 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #512151 is #AEDEAE. Grayscale: #343434. Windows color (decimal): -11460271 or 5316945. OLE color: 5316945.

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

Color convert

RGB813381-
CMYK00.5900.68
HSL300º42.11%22.35%-
HSV(B)300º59.26%31.76%-
XYZ5.423.438.16-
YUV52.82143.9148.1-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 41.54%
GREEN value IS 33 (13.28% from 255) = 16.92%
BLUE value IS 81 (32.03% from 255) = 41.54%
R=41.54%
G=16.92%
B=41.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81338100.5900.6830042.1122.35
Hex51215103B04412c2a16
Octal1214112107301044545226
Binary1010001100001101000101110110100010010010110010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512151

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #512151; }

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

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

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

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

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

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

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

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