#510858

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

Shades of Hot Purple #510858

Tints of Hot Purple #510858

Color information

#510858 (or 0x510858) is unknown color: approx Hot Purple. HEX triplet: 51, 08 and 58. RGB value is (81,8,88). Sum of RGB (Red+Green+Blue) = 81+8+88=177 (23% of max value = 765). Red value is 81 (32.03% from 255 or 45.76% from 177); Green value is 8 (3.52% from 255 or 4.52% from 177); Blue value is 88 (34.77% from 255 or 49.72% from 177); Max value from RGB is 88 - color contains mainly: blue. Hex color #510858 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #510858 is #AEF7A7. Grayscale: #262626. Windows color (decimal): -11466664 or 5769297. OLE color: 5769297.

HSL color Cylindrical-coordinate representation of color #510858: hue angle of 294.75º degrees, saturation: 0.83, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #510858 is Cyan = 0.08, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB81888-
CMYK0.080.9100.65
HSL294.75º83.33%18.82%-
HSV(B)294.75º90.91%34.51%-
XYZ5.242.639.46-
YUV38.95155.68158-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 45.76%
GREEN value IS 8 (3.52% from 255) = 4.52%
BLUE value IS 88 (34.77% from 255) = 49.72%
R=45.76%
G=4.52%
B=49.72%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal818880.080.9100.65294.7583.3318.82
Hex5185885B0411275313
Octal1211013010133010144712323
Binary1010001100010110001000101101101000001100100111101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #510858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #510858; }

 p { color: rgb(81,8,88); }

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

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

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

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

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

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

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