#510760

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

Shades of Hot Purple #510760

Tints of Hot Purple #510760

Color information

#510760 (or 0x510760) is unknown color: approx Hot Purple. HEX triplet: 51, 07 and 60. RGB value is (81,7,96). Sum of RGB (Red+Green+Blue) = 81+7+96=184 (24% of max value = 765). Red value is 81 (32.03% from 255 or 44.02% from 184); Green value is 7 (3.12% from 255 or 3.80% from 184); Blue value is 96 (37.89% from 255 or 52.17% from 184); Max value from RGB is 96 - color contains mainly: blue. Hex color #510760 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #510760 is #AEF89F. Grayscale: #262626. Windows color (decimal): -11466912 or 6293329. OLE color: 6293329.

HSL color Cylindrical-coordinate representation of color #510760: hue angle of 289.89º degrees, saturation: 0.86, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #510760 is Cyan = 0.16, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB81796-
CMYK0.160.9300.62
HSL289.89º86.41%20.2%-
HSV(B)289.89º92.71%37.65%-
XYZ5.582.7511.3-
YUV39.27160.02157.76-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 44.02%
GREEN value IS 7 (3.12% from 255) = 3.80%
BLUE value IS 96 (37.89% from 255) = 52.17%
R=44.02%
G=3.80%
B=52.17%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal817960.160.9300.62289.8986.4120.2
Hex51760105D03E1225614
Octal12171402013507644212624
Binary101000111111000001000010111010111110100100010101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #510760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #510760; }

 p { color: rgb(81,7,96); }

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

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

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

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

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

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

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