#512559

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

Shades of Hot Purple #512559

Tints of Hot Purple #512559

Color information

#512559 (or 0x512559) is unknown color: approx Hot Purple. HEX triplet: 51, 25 and 59. RGB value is (81,37,89). Sum of RGB (Red+Green+Blue) = 81+37+89=207 (27% of max value = 765). Red value is 81 (32.03% from 255 or 39.13% from 207); Green value is 37 (14.84% from 255 or 17.87% from 207); Blue value is 89 (35.16% from 255 or 43.00% from 207); Max value from RGB is 89 - color contains mainly: blue. Hex color #512559 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #512559 is #AEDAA6. Grayscale: #373737. Windows color (decimal): -11459239 or 5842257. OLE color: 5842257.

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

Color convert

RGB813789-
CMYK0.090.5800.65
HSL290.77º41.27%24.71%-
HSV(B)290.77º58.43%34.9%-
XYZ5.863.799.87-
YUV56.08146.58145.77-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 39.13%
GREEN value IS 37 (14.84% from 255) = 17.87%
BLUE value IS 89 (35.16% from 255) = 43.00%
R=39.13%
G=17.87%
B=43.00%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8137890.090.5800.65290.7741.2724.71
Hex51255993A0411232919
Octal12145131117201014435131
Binary1010001100101101100110011110100100000110010001110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #512559; }

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

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

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

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

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

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

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

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