#510359

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

Shades of Hot Purple #510359

Tints of Hot Purple #510359

Color information

#510359 (or 0x510359) is unknown color: approx Hot Purple. HEX triplet: 51, 03 and 59. RGB value is (81,3,89). Sum of RGB (Red+Green+Blue) = 81+3+89=173 (22% of max value = 765). Red value is 81 (32.03% from 255 or 46.82% from 173); Green value is 3 (1.56% from 255 or 1.73% from 173); Blue value is 89 (35.16% from 255 or 51.45% from 173); Max value from RGB is 89 - color contains mainly: blue. Hex color #510359 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #510359 is #AEFCA6. Grayscale: #232323. Windows color (decimal): -11467943 or 5833553. OLE color: 5833553.

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

Color convert

RGB81389-
CMYK0.090.9700.65
HSL294.42º93.48%18.04%-
HSV(B)294.42º96.63%34.9%-
XYZ5.232.549.67-
YUV36.13157.84160.01-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 46.82%
GREEN value IS 3 (1.56% from 255) = 1.73%
BLUE value IS 89 (35.16% from 255) = 51.45%
R=46.82%
G=1.73%
B=51.45%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal813890.090.9700.65294.4293.4818.04
Hex513599610411265d12
Octal121313111141010144613522
Binary10100011110110011001110000101000001100100110101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #510359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #510359; }

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

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

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

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

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

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

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

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