#510C4F

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

Shades of Hot Purple #510C4F

Tints of Hot Purple #510C4F

Color information

#510C4F (or 0x510C4F) is unknown color: approx Hot Purple. HEX triplet: 51, 0C and 4F. RGB value is (81,12,79). Sum of RGB (Red+Green+Blue) = 81+12+79=172 (22% of max value = 765). Red value is 81 (32.03% from 255 or 47.09% from 172); Green value is 12 (5.08% from 255 or 6.98% from 172); Blue value is 79 (31.25% from 255 or 45.93% from 172); Max value from RGB is 81 - color contains mainly: red. Hex color #510C4F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #510C4F is #AEF3B0. Grayscale: #282828. Windows color (decimal): -11465649 or 5180497. OLE color: 5180497.

HSL color Cylindrical-coordinate representation of color #510C4F: hue angle of 301.74º degrees, saturation: 0.74, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #510C4F is Cyan = 0, Magento = 0.85, Yellow = 0.02 and Black (K on CMYK) = 0.68.

Color convert

RGB811279-
CMYK00.850.020.68
HSL301.74º74.19%18.24%-
HSV(B)301.74º85.19%31.76%-
XYZ4.942.587.63-
YUV40.27149.86157.05-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 47.09%
GREEN value IS 12 (5.08% from 255) = 6.98%
BLUE value IS 79 (31.25% from 255) = 45.93%
R=47.09%
G=6.98%
B=45.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.02
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81127900.850.020.68301.7474.1918.24
Hex51C4F05524412e4a12
Octal121141170125210445611222
Binary10100011100100111101010101101000100100101110100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #510C4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,12,79); }

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

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

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

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

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

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

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