#510E4B

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

Shades of Hot Purple #510E4B

Tints of Hot Purple #510E4B

Color information

#510E4B (or 0x510E4B) is unknown color: approx Hot Purple. HEX triplet: 51, 0E and 4B. RGB value is (81,14,75). Sum of RGB (Red+Green+Blue) = 81+14+75=170 (22% of max value = 765). Red value is 81 (32.03% from 255 or 47.65% from 170); Green value is 14 (5.86% from 255 or 8.24% from 170); Blue value is 75 (29.69% from 255 or 44.12% from 170); Max value from RGB is 81 - color contains mainly: red. Hex color #510E4B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #510E4B is #AEF1B4. Grayscale: #282828. Windows color (decimal): -11465141 or 4918865. OLE color: 4918865.

HSL color Cylindrical-coordinate representation of color #510E4B: hue angle of 305.37º degrees, saturation: 0.71, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #510E4B is Cyan = 0, Magento = 0.83, Yellow = 0.07 and Black (K on CMYK) = 0.68.

Color convert

RGB811475-
CMYK00.830.070.68
HSL305.37º70.53%18.63%-
HSV(B)305.37º82.72%31.76%-
XYZ4.822.576.9-
YUV40.99147.2156.54-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 47.65%
GREEN value IS 14 (5.86% from 255) = 8.24%
BLUE value IS 75 (29.69% from 255) = 44.12%
R=47.65%
G=8.24%
B=44.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.07
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81147500.830.070.68305.3770.5318.63
Hex51E4B0537441314713
Octal121161130123710446110723
Binary101000111101001011010100111111000100100110001100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #510E4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #510E4B; }

 p { color: rgb(81,14,75); }

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

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

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

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

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

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

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