#512C4F

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

Shades of Hot Purple #512C4F

Tints of Hot Purple #512C4F

Color information

#512C4F (or 0x512C4F) is unknown color: approx Hot Purple. HEX triplet: 51, 2C and 4F. RGB value is (81,44,79). Sum of RGB (Red+Green+Blue) = 81+44+79=204 (27% of max value = 765). Red value is 81 (32.03% from 255 or 39.71% from 204); Green value is 44 (17.58% from 255 or 21.57% from 204); Blue value is 79 (31.25% from 255 or 38.73% from 204); Max value from RGB is 81 - color contains mainly: red. Hex color #512C4F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #512C4F is #AED3B0. Grayscale: #3A3A3A. Windows color (decimal): -11457457 or 5188689. OLE color: 5188689.

HSL color Cylindrical-coordinate representation of color #512C4F: hue angle of 303.24º degrees, saturation: 0.3, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #512C4F is Cyan = 0, Magento = 0.46, Yellow = 0.02 and Black (K on CMYK) = 0.68.

Color convert

RGB814479-
CMYK00.460.020.68
HSL303.24º29.6%24.51%-
HSV(B)303.24º45.68%31.76%-
XYZ5.714.127.89-
YUV59.05139.26143.65-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 39.71%
GREEN value IS 44 (17.58% from 255) = 21.57%
BLUE value IS 79 (31.25% from 255) = 38.73%
R=39.71%
G=21.57%
B=38.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.02
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81447900.460.020.68303.2429.624.51
Hex512C4F02E24412f1e19
Octal1215411705621044573631
Binary1010001101100100111101011101010001001001011111111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512C4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,44,79); }

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

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

 a { background-color: rgb(81,44,79); }

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

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

 span { border-color: rgb(81,44,79); }

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