#512B56

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

Shades of Hot Purple #512B56

Tints of Hot Purple #512B56

Color information

#512B56 (or 0x512B56) is unknown color: approx Hot Purple. HEX triplet: 51, 2B and 56. RGB value is (81,43,86). Sum of RGB (Red+Green+Blue) = 81+43+86=210 (27% of max value = 765). Red value is 81 (32.03% from 255 or 38.57% from 210); Green value is 43 (17.19% from 255 or 20.48% from 210); Blue value is 86 (33.98% from 255 or 40.95% from 210); Max value from RGB is 86 - color contains mainly: blue. Hex color #512B56 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #512B56 is #AED4A9. Grayscale: #3B3B3B. Windows color (decimal): -11457706 or 5647185. OLE color: 5647185.

HSL color Cylindrical-coordinate representation of color #512B56: hue angle of 293.02º degrees, saturation: 0.33, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #512B56 is Cyan = 0.06, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB814386-
CMYK0.060.5000.66
HSL293.02º33.33%25.29%-
HSV(B)293.02º50%33.73%-
XYZ5.944.159.29-
YUV59.26143.09143.5-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 38.57%
GREEN value IS 43 (17.19% from 255) = 20.48%
BLUE value IS 86 (33.98% from 255) = 40.95%
R=38.57%
G=20.48%
B=40.95%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8143860.060.5000.66293.0233.3325.29
Hex512B566320421252119
Octal1215312666201024454131
Binary101000110101110101101101100100100001010010010110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512B56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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