#510951

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

Shades of Hot Purple #510951

Tints of Hot Purple #510951

Color information

#510951 (or 0x510951) is unknown color: approx Hot Purple. HEX triplet: 51, 09 and 51. RGB value is (81,9,81). Sum of RGB (Red+Green+Blue) = 81+9+81=171 (22% of max value = 765). Red value is 81 (32.03% from 255 or 47.37% from 171); Green value is 9 (3.91% from 255 or 5.26% from 171); Blue value is 81 (32.03% from 255 or 47.37% from 171); Max value from RGB is 81 - color contains mainly: red, blue. Hex color #510951 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #510951 is #AEF6AE. Grayscale: #262626. Windows color (decimal): -11466415 or 5310801. OLE color: 5310801.

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

Color convert

RGB81981-
CMYK00.8900.68
HSL300º80%17.65%-
HSV(B)300º88.89%31.76%-
XYZ4.982.548.01-
YUV38.74151.85158.15-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 47.37%
GREEN value IS 9 (3.91% from 255) = 5.26%
BLUE value IS 81 (32.03% from 255) = 47.37%
R=47.37%
G=5.26%
B=47.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8198100.8900.683008017.65
Hex5195105904412c5012
Octal121111210131010445412022
Binary1010001100110100010101100101000100100101100101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #510951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #510951; }

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

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

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

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

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

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

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

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