#512656

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

Shades of Hot Purple #512656

Tints of Hot Purple #512656

Color information

#512656 (or 0x512656) is unknown color: approx Hot Purple. HEX triplet: 51, 26 and 56. RGB value is (81,38,86). Sum of RGB (Red+Green+Blue) = 81+38+86=205 (27% of max value = 765). Red value is 81 (32.03% from 255 or 39.51% from 205); Green value is 38 (15.23% from 255 or 18.54% from 205); Blue value is 86 (33.98% from 255 or 41.95% from 205); Max value from RGB is 86 - color contains mainly: blue. Hex color #512656 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #512656 is #AED9A9. Grayscale: #383838. Windows color (decimal): -11458986 or 5645905. OLE color: 5645905.

HSL color Cylindrical-coordinate representation of color #512656: hue angle of 293.75º degrees, saturation: 0.39, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #512656 is Cyan = 0.06, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB813886-
CMYK0.060.5600.66
HSL293.75º38.71%24.31%-
HSV(B)293.75º55.81%33.73%-
XYZ5.773.819.24-
YUV56.33144.75145.6-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 39.51%
GREEN value IS 38 (15.23% from 255) = 18.54%
BLUE value IS 86 (33.98% from 255) = 41.95%
R=39.51%
G=18.54%
B=41.95%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8138860.060.5600.66293.7538.7124.31
Hex5126566380421262718
Octal1214612667001024464730
Binary101000110011010101101101110000100001010010011010011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #512656; }

 p { color: rgb(81,38,86); }

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

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

 a { background-color: rgb(81,38,86); }

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

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

 span { border-color: rgb(81,38,86); }

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