#512053

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

Shades of Hot Purple #512053

Tints of Hot Purple #512053

Color information

#512053 (or 0x512053) is unknown color: approx Hot Purple. HEX triplet: 51, 20 and 53. RGB value is (81,32,83). Sum of RGB (Red+Green+Blue) = 81+32+83=196 (25% of max value = 765). Red value is 81 (32.03% from 255 or 41.33% from 196); Green value is 32 (12.89% from 255 or 16.33% from 196); Blue value is 83 (32.81% from 255 or 42.35% from 196); Max value from RGB is 83 - color contains mainly: blue. Hex color #512053 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #512053 is #AEDFAC. Grayscale: #343434. Windows color (decimal): -11460525 or 5447761. OLE color: 5447761.

HSL color Cylindrical-coordinate representation of color #512053: hue angle of 297.65º degrees, saturation: 0.44, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #512053 is Cyan = 0.02, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB813283-
CMYK0.020.6100.67
HSL297.65º44.35%22.55%-
HSV(B)297.65º61.45%32.55%-
XYZ5.473.418.55-
YUV52.46145.23148.35-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 41.33%
GREEN value IS 32 (12.89% from 255) = 16.33%
BLUE value IS 83 (32.81% from 255) = 42.35%
R=41.33%
G=16.33%
B=42.35%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8132830.020.6100.67297.6544.3522.55
Hex51205323D04312a2c17
Octal1214012327501034525427
Binary10100011000001010011101111010100001110010101010110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #512053; }

 p { color: rgb(81,32,83); }

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

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

 a { background-color: rgb(81,32,83); }

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

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

 span { border-color: rgb(81,32,83); }

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