#513251

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

Shades of Hot Purple #513251

Tints of Hot Purple #513251

Color information

#513251 (or 0x513251) is unknown color: approx Hot Purple. HEX triplet: 51, 32 and 51. RGB value is (81,50,81). Sum of RGB (Red+Green+Blue) = 81+50+81=212 (28% of max value = 765). Red value is 81 (32.03% from 255 or 38.21% from 212); Green value is 50 (19.92% from 255 or 23.58% from 212); Blue value is 81 (32.03% from 255 or 38.21% from 212); Max value from RGB is 81 - color contains mainly: red, blue. Hex color #513251 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #513251 is #AECDAE. Grayscale: #3E3E3E. Windows color (decimal): -11455919 or 5321297. OLE color: 5321297.

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

Color convert

RGB815081-
CMYK00.3800.68
HSL300º23.66%25.69%-
HSV(B)300º38.27%31.76%-
XYZ6.024.628.36-
YUV62.8138.27140.98-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 38.21%
GREEN value IS 50 (19.92% from 255) = 23.58%
BLUE value IS 81 (32.03% from 255) = 38.21%
R=38.21%
G=23.58%
B=38.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81508100.3800.6830023.6625.69
Hex51325102604412c181a
Octal1216212104601044543032
Binary101000111001010100010100110010001001001011001100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #513251; }

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

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

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

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

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

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

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

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