#512A58

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

Shades of Hot Purple #512A58

Tints of Hot Purple #512A58

Color information

#512A58 (or 0x512A58) is unknown color: approx Hot Purple. HEX triplet: 51, 2A and 58. RGB value is (81,42,88). Sum of RGB (Red+Green+Blue) = 81+42+88=211 (27% of max value = 765). Red value is 81 (32.03% from 255 or 38.39% from 211); Green value is 42 (16.80% from 255 or 19.91% from 211); Blue value is 88 (34.77% from 255 or 41.71% from 211); Max value from RGB is 88 - color contains mainly: blue. Hex color #512A58 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #512A58 is #AED5A7. Grayscale: #3A3A3A. Windows color (decimal): -11457960 or 5778001. OLE color: 5778001.

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

Color convert

RGB814288-
CMYK0.080.5200.65
HSL290.87º35.38%25.49%-
HSV(B)290.87º52.27%34.51%-
XYZ5.984.119.71-
YUV58.9144.42143.76-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 38.39%
GREEN value IS 42 (16.80% from 255) = 19.91%
BLUE value IS 88 (34.77% from 255) = 41.71%
R=38.39%
G=19.91%
B=41.71%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8142880.080.5200.65290.8735.3825.49
Hex512A588340411232319
Octal12152130106401014434331
Binary1010001101010101100010001101000100000110010001110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512A58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #512A58; }

 p { color: rgb(81,42,88); }

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

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

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

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

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

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

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