#512952

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

Shades of Hot Purple #512952

Tints of Hot Purple #512952

Color information

#512952 (or 0x512952) is unknown color: approx Hot Purple. HEX triplet: 51, 29 and 52. RGB value is (81,41,82). Sum of RGB (Red+Green+Blue) = 81+41+82=204 (27% of max value = 765). Red value is 81 (32.03% from 255 or 39.71% from 204); Green value is 41 (16.41% from 255 or 20.10% from 204); Blue value is 82 (32.42% from 255 or 40.20% from 204); Max value from RGB is 82 - color contains mainly: blue. Hex color #512952 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #512952 is #AED6AD. Grayscale: #393939. Windows color (decimal): -11458222 or 5384529. OLE color: 5384529.

HSL color Cylindrical-coordinate representation of color #512952: hue angle of 298.54º degrees, saturation: 0.33, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #512952 is Cyan = 0.01, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB814182-
CMYK0.010.5000.68
HSL298.54º33.33%24.12%-
HSV(B)298.54º50%32.16%-
XYZ5.713.948.44-
YUV57.63141.75144.67-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 39.71%
GREEN value IS 41 (16.41% from 255) = 20.10%
BLUE value IS 82 (32.42% from 255) = 40.20%
R=39.71%
G=20.10%
B=40.20%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8141820.010.5000.68298.5433.3324.12
Hex51295213204412b2118
Octal1215112216201044534130
Binary1010001101001101001011100100100010010010101110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #512952; }

 p { color: rgb(81,41,82); }

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

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

 a { background-color: rgb(81,41,82); }

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

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

 span { border-color: rgb(81,41,82); }

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