#512758

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

Shades of Hot Purple #512758

Tints of Hot Purple #512758

Color information

#512758 (or 0x512758) is unknown color: approx Hot Purple. HEX triplet: 51, 27 and 58. RGB value is (81,39,88). Sum of RGB (Red+Green+Blue) = 81+39+88=208 (27% of max value = 765). Red value is 81 (32.03% from 255 or 38.94% from 208); Green value is 39 (15.62% from 255 or 18.75% from 208); Blue value is 88 (34.77% from 255 or 42.31% from 208); Max value from RGB is 88 - color contains mainly: blue. Hex color #512758 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #512758 is #AED8A7. Grayscale: #383838. Windows color (decimal): -11458728 or 5777233. OLE color: 5777233.

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

Color convert

RGB813988-
CMYK0.080.5600.65
HSL291.43º38.58%24.9%-
HSV(B)291.43º55.68%34.51%-
XYZ5.883.99.68-
YUV57.14145.41145.02-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 38.94%
GREEN value IS 39 (15.62% from 255) = 18.75%
BLUE value IS 88 (34.77% from 255) = 42.31%
R=38.94%
G=18.75%
B=42.31%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8139880.080.5600.65291.4338.5824.9
Hex5127588380411232719
Octal12147130107001014434731
Binary1010001100111101100010001110000100000110010001110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512758

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #512758; }

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

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

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

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

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

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

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

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