#512558

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

Shades of Hot Purple #512558

Tints of Hot Purple #512558

Color information

#512558 (or 0x512558) is unknown color: approx Hot Purple. HEX triplet: 51, 25 and 58. RGB value is (81,37,88). Sum of RGB (Red+Green+Blue) = 81+37+88=206 (27% of max value = 765). Red value is 81 (32.03% from 255 or 39.32% from 206); Green value is 37 (14.84% from 255 or 17.96% from 206); Blue value is 88 (34.77% from 255 or 42.72% from 206); Max value from RGB is 88 - color contains mainly: blue. Hex color #512558 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #512558 is #AEDAA7. Grayscale: #373737. Windows color (decimal): -11459240 or 5776721. OLE color: 5776721.

HSL color Cylindrical-coordinate representation of color #512558: hue angle of 291.76º 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 #512558 is Cyan = 0.08, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB813788-
CMYK0.080.5800.65
HSL291.76º40.8%24.51%-
HSV(B)291.76º57.95%34.51%-
XYZ5.823.789.66-
YUV55.97146.08145.85-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 39.32%
GREEN value IS 37 (14.84% from 255) = 17.96%
BLUE value IS 88 (34.77% from 255) = 42.72%
R=39.32%
G=17.96%
B=42.72%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8137880.080.5800.65291.7640.824.51
Hex51255883A0411242919
Octal12145130107201014445131
Binary1010001100101101100010001110100100000110010010010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #512558; }

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

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

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

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

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

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

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

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