#510251

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

Shades of Hot Purple #510251

Tints of Hot Purple #510251

Color information

#510251 (or 0x510251) is unknown color: approx Hot Purple. HEX triplet: 51, 02 and 51. RGB value is (81,2,81). Sum of RGB (Red+Green+Blue) = 81+2+81=164 (21% of max value = 765). Red value is 81 (32.03% from 255 or 49.39% from 164); Green value is 2 (1.17% from 255 or 1.22% from 164); Blue value is 81 (32.03% from 255 or 49.39% from 164); Max value from RGB is 81 - color contains mainly: red, blue. Hex color #510251 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #510251 is #AEFDAE. Grayscale: #222222. Windows color (decimal): -11468207 or 5309009. OLE color: 5309009.

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

Color convert

RGB81281-
CMYK00.9800.68
HSL300º95.18%16.27%-
HSV(B)300º97.53%31.76%-
XYZ4.92.397.99-
YUV34.63154.17161.08-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 49.39%
GREEN value IS 2 (1.17% from 255) = 1.22%
BLUE value IS 81 (32.03% from 255) = 49.39%
R=49.39%
G=1.22%
B=49.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8128100.9800.6830095.1816.27
Hex5125106204412c5f10
Octal12121210142010445413720
Binary10100011010100010110001001000100100101100101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #510251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #510251; }

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

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

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

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

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

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

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

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