#512152

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

Shades of Hot Purple #512152

Tints of Hot Purple #512152

Color information

#512152 (or 0x512152) is unknown color: approx Hot Purple. HEX triplet: 51, 21 and 52. RGB value is (81,33,82). Sum of RGB (Red+Green+Blue) = 81+33+82=196 (25% of max value = 765). Red value is 81 (32.03% from 255 or 41.33% from 196); Green value is 33 (13.28% from 255 or 16.84% from 196); Blue value is 82 (32.42% from 255 or 41.84% from 196); Max value from RGB is 82 - color contains mainly: blue. Hex color #512152 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #512152 is #AEDEAD. Grayscale: #343434. Windows color (decimal): -11460270 or 5382481. OLE color: 5382481.

HSL color Cylindrical-coordinate representation of color #512152: hue angle of 298.78º degrees, saturation: 0.43, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #512152 is Cyan = 0.01, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB813382-
CMYK0.010.6000.68
HSL298.78º42.61%22.55%-
HSV(B)298.78º59.76%32.16%-
XYZ5.463.458.36-
YUV52.94144.4148.02-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 41.33%
GREEN value IS 33 (13.28% from 255) = 16.84%
BLUE value IS 82 (32.42% from 255) = 41.84%
R=41.33%
G=16.84%
B=41.84%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8133820.010.6000.68298.7842.6122.55
Hex51215213C04412b2b17
Octal1214112217401044535327
Binary1010001100001101001011111000100010010010101110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #512152; }

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

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

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

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

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

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

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

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