#512158

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

Shades of Hot Purple #512158

Tints of Hot Purple #512158

Color information

#512158 (or 0x512158) is unknown color: approx Hot Purple. HEX triplet: 51, 21 and 58. RGB value is (81,33,88). Sum of RGB (Red+Green+Blue) = 81+33+88=202 (26% of max value = 765). Red value is 81 (32.03% from 255 or 40.10% from 202); Green value is 33 (13.28% from 255 or 16.34% from 202); Blue value is 88 (34.77% from 255 or 43.56% from 202); Max value from RGB is 88 - color contains mainly: blue. Hex color #512158 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #512158 is #AEDEA7. Grayscale: #353535. Windows color (decimal): -11460264 or 5775697. OLE color: 5775697.

HSL color Cylindrical-coordinate representation of color #512158: hue angle of 292.36º degrees, saturation: 0.45, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #512158 is Cyan = 0.08, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB813388-
CMYK0.080.6200.65
HSL292.36º45.45%23.73%-
HSV(B)292.36º62.5%34.51%-
XYZ5.73.549.62-
YUV53.62147.4147.53-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 40.10%
GREEN value IS 33 (13.28% from 255) = 16.34%
BLUE value IS 88 (34.77% from 255) = 43.56%
R=40.10%
G=16.34%
B=43.56%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8133880.080.6200.65292.3645.4523.73
Hex51215883E0411242d18
Octal12141130107601014445530
Binary1010001100001101100010001111100100000110010010010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #512158; }

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

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

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

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

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

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

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

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