#512859

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

Shades of Hot Purple #512859

Tints of Hot Purple #512859

Color information

#512859 (or 0x512859) is unknown color: approx Hot Purple. HEX triplet: 51, 28 and 59. RGB value is (81,40,89). Sum of RGB (Red+Green+Blue) = 81+40+89=210 (27% of max value = 765). Red value is 81 (32.03% from 255 or 38.57% from 210); Green value is 40 (16.02% from 255 or 19.05% from 210); Blue value is 89 (35.16% from 255 or 42.38% from 210); Max value from RGB is 89 - color contains mainly: blue. Hex color #512859 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #512859 is #AED7A6. Grayscale: #393939. Windows color (decimal): -11458471 or 5843025. OLE color: 5843025.

HSL color Cylindrical-coordinate representation of color #512859: hue angle of 290.2º degrees, saturation: 0.38, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #512859 is Cyan = 0.09, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB814089-
CMYK0.090.5500.65
HSL290.2º37.98%25.29%-
HSV(B)290.2º55.06%34.9%-
XYZ5.963.999.91-
YUV57.84145.58144.52-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 38.57%
GREEN value IS 40 (16.02% from 255) = 19.05%
BLUE value IS 89 (35.16% from 255) = 42.38%
R=38.57%
G=19.05%
B=42.38%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8140890.090.5500.65290.237.9825.29
Hex5128599370411222619
Octal12150131116701014424631
Binary1010001101000101100110011101110100000110010001010011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #512859; }

 p { color: rgb(81,40,89); }

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

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

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

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

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

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

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