#510458

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

Shades of Hot Purple #510458

Tints of Hot Purple #510458

Color information

#510458 (or 0x510458) is unknown color: approx Hot Purple. HEX triplet: 51, 04 and 58. RGB value is (81,4,88). Sum of RGB (Red+Green+Blue) = 81+4+88=173 (22% of max value = 765). Red value is 81 (32.03% from 255 or 46.82% from 173); Green value is 4 (1.95% from 255 or 2.31% from 173); Blue value is 88 (34.77% from 255 or 50.87% from 173); Max value from RGB is 88 - color contains mainly: blue. Hex color #510458 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #510458 is #AEFBA7. Grayscale: #242424. Windows color (decimal): -11467688 or 5768273. OLE color: 5768273.

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

Color convert

RGB81488-
CMYK0.080.9500.65
HSL295º91.3%18.04%-
HSV(B)295º95.45%34.51%-
XYZ5.22.549.45-
YUV36.6157.01159.67-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 46.82%
GREEN value IS 4 (1.95% from 255) = 2.31%
BLUE value IS 88 (34.77% from 255) = 50.87%
R=46.82%
G=2.31%
B=50.87%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal814880.080.9500.6529591.318.04
Hex5145885F0411275b12
Octal121413010137010144713322
Binary101000110010110001000101111101000001100100111101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #510458

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #510458; }

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

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

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

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

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

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

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

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