#512451

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

Shades of Hot Purple #512451

Tints of Hot Purple #512451

Color information

#512451 (or 0x512451) is unknown color: approx Hot Purple. HEX triplet: 51, 24 and 51. RGB value is (81,36,81). Sum of RGB (Red+Green+Blue) = 81+36+81=198 (26% of max value = 765). Red value is 81 (32.03% from 255 or 40.91% from 198); Green value is 36 (14.45% from 255 or 18.18% from 198); Blue value is 81 (32.03% from 255 or 40.91% from 198); Max value from RGB is 81 - color contains mainly: red, blue. Hex color #512451 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #512451 is #AEDBAE. Grayscale: #363636. Windows color (decimal): -11459503 or 5317713. OLE color: 5317713.

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

Color convert

RGB813681-
CMYK00.5600.68
HSL300º38.46%22.94%-
HSV(B)300º55.56%31.76%-
XYZ5.513.618.19-
YUV54.58142.91146.84-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 40.91%
GREEN value IS 36 (14.45% from 255) = 18.18%
BLUE value IS 81 (32.03% from 255) = 40.91%
R=40.91%
G=18.18%
B=40.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81368100.5600.6830038.4622.94
Hex51245103804412c2617
Octal1214412107001044544627
Binary1010001100100101000101110000100010010010110010011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512451

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #512451; }

 p { color: rgb(81,36,81); }

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

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

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

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

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

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

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