#512B57

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

Shades of Hot Purple #512B57

Tints of Hot Purple #512B57

Color information

#512B57 (or 0x512B57) is unknown color: approx Hot Purple. HEX triplet: 51, 2B and 57. RGB value is (81,43,87). Sum of RGB (Red+Green+Blue) = 81+43+87=211 (27% of max value = 765). Red value is 81 (32.03% from 255 or 38.39% from 211); Green value is 43 (17.19% from 255 or 20.38% from 211); Blue value is 87 (34.38% from 255 or 41.23% from 211); Max value from RGB is 87 - color contains mainly: blue. Hex color #512B57 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #512B57 is #AED4A8. Grayscale: #3B3B3B. Windows color (decimal): -11457705 or 5712721. OLE color: 5712721.

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

Color convert

RGB814387-
CMYK0.070.5100.66
HSL291.82º33.85%25.49%-
HSV(B)291.82º50.57%34.12%-
XYZ5.984.179.51-
YUV59.38143.59143.42-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 38.39%
GREEN value IS 43 (17.19% from 255) = 20.38%
BLUE value IS 87 (34.38% from 255) = 41.23%
R=38.39%
G=20.38%
B=41.23%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8143870.070.5100.66291.8233.8525.49
Hex512B577330421242219
Octal1215312776301024444231
Binary101000110101110101111111100110100001010010010010001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512B57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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