#510956

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

Shades of Hot Purple #510956

Tints of Hot Purple #510956

Color information

#510956 (or 0x510956) is unknown color: approx Hot Purple. HEX triplet: 51, 09 and 56. RGB value is (81,9,86). Sum of RGB (Red+Green+Blue) = 81+9+86=176 (23% of max value = 765). Red value is 81 (32.03% from 255 or 46.02% from 176); Green value is 9 (3.91% from 255 or 5.11% from 176); Blue value is 86 (33.98% from 255 or 48.86% from 176); Max value from RGB is 86 - color contains mainly: blue. Hex color #510956 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #510956 is #AEF6A9. Grayscale: #272727. Windows color (decimal): -11466410 or 5638481. OLE color: 5638481.

HSL color Cylindrical-coordinate representation of color #510956: hue angle of 296.1º degrees, saturation: 0.81, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #510956 is Cyan = 0.06, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB81986-
CMYK0.060.9000.66
HSL296.1º81.05%18.63%-
HSV(B)296.1º89.53%33.73%-
XYZ5.172.629.04-
YUV39.31154.35157.74-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 46.02%
GREEN value IS 9 (3.91% from 255) = 5.11%
BLUE value IS 86 (33.98% from 255) = 48.86%
R=46.02%
G=5.11%
B=48.86%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal819860.060.9000.66296.181.0518.63
Hex5195665A0421285113
Octal121111266132010245012123
Binary101000110011010110110101101001000010100101000101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #510956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #510956; }

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

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

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

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

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

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

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

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