#512650

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

Shades of Hot Purple #512650

Tints of Hot Purple #512650

Color information

#512650 (or 0x512650) is unknown color: approx Hot Purple. HEX triplet: 51, 26 and 50. RGB value is (81,38,80). Sum of RGB (Red+Green+Blue) = 81+38+80=199 (26% of max value = 765). Red value is 81 (32.03% from 255 or 40.70% from 199); Green value is 38 (15.23% from 255 or 19.10% from 199); Blue value is 80 (31.64% from 255 or 40.20% from 199); Max value from RGB is 81 - color contains mainly: red. Hex color #512650 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #512650 is #AED9AF. Grayscale: #373737. Windows color (decimal): -11458992 or 5252689. OLE color: 5252689.

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

Color convert

RGB813880-
CMYK00.530.010.68
HSL301.4º36.13%23.33%-
HSV(B)301.4º53.09%31.76%-
XYZ5.533.718.01-
YUV55.64141.75146.08-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 40.70%
GREEN value IS 38 (15.23% from 255) = 19.10%
BLUE value IS 80 (31.64% from 255) = 40.20%
R=40.70%
G=19.10%
B=40.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.01
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81388000.530.010.68301.436.1323.33
Hex51265003514412d2417
Octal1214612006511044554427
Binary1010001100110101000001101011100010010010110110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #512650; }

 p { color: rgb(81,38,80); }

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

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

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

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

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

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

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