#510259

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

Shades of Hot Purple #510259

Tints of Hot Purple #510259

Color information

#510259 (or 0x510259) is unknown color: approx Hot Purple. HEX triplet: 51, 02 and 59. RGB value is (81,2,89). Sum of RGB (Red+Green+Blue) = 81+2+89=172 (22% of max value = 765). Red value is 81 (32.03% from 255 or 47.09% from 172); Green value is 2 (1.17% from 255 or 1.16% from 172); Blue value is 89 (35.16% from 255 or 51.74% from 172); Max value from RGB is 89 - color contains mainly: blue. Hex color #510259 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #510259 is #AEFDA6. Grayscale: #232323. Windows color (decimal): -11468199 or 5833297. OLE color: 5833297.

HSL color Cylindrical-coordinate representation of color #510259: hue angle of 294.48º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #510259 is Cyan = 0.09, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB81289-
CMYK0.090.9800.65
HSL294.48º95.6%17.84%-
HSV(B)294.48º97.75%34.9%-
XYZ5.222.519.66-
YUV35.54158.17160.43-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 47.09%
GREEN value IS 2 (1.17% from 255) = 1.16%
BLUE value IS 89 (35.16% from 255) = 51.74%
R=47.09%
G=1.16%
B=51.74%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal812890.090.9800.65294.4895.617.84
Hex512599620411266012
Octal121213111142010144614022
Binary10100011010110011001110001001000001100100110110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #510259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #510259; }

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

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

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

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

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

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

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

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