#512C50

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

Shades of Hot Purple #512C50

Tints of Hot Purple #512C50

Color information

#512C50 (or 0x512C50) is unknown color: approx Hot Purple. HEX triplet: 51, 2C and 50. RGB value is (81,44,80). Sum of RGB (Red+Green+Blue) = 81+44+80=205 (27% of max value = 765). Red value is 81 (32.03% from 255 or 39.51% from 205); Green value is 44 (17.58% from 255 or 21.46% from 205); Blue value is 80 (31.64% from 255 or 39.02% from 205); Max value from RGB is 81 - color contains mainly: red. Hex color #512C50 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #512C50 is #AED3AF. Grayscale: #3B3B3B. Windows color (decimal): -11457456 or 5254225. OLE color: 5254225.

HSL color Cylindrical-coordinate representation of color #512C50: hue angle of 301.62º 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 #512C50 is Cyan = 0, Magento = 0.46, Yellow = 0.01 and Black (K on CMYK) = 0.68.

Color convert

RGB814480-
CMYK00.460.010.68
HSL301.62º29.6%24.51%-
HSV(B)301.62º45.68%31.76%-
XYZ5.744.138.08-
YUV59.17139.76143.57-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 39.51%
GREEN value IS 44 (17.58% from 255) = 21.46%
BLUE value IS 80 (31.64% from 255) = 39.02%
R=39.51%
G=21.46%
B=39.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.01
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81448000.460.010.68301.6229.624.51
Hex512C5002E14412e1e19
Octal1215412005611044563631
Binary101000110110010100000101110110001001001011101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512C50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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