#511958

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

Shades of Hot Purple #511958

Tints of Hot Purple #511958

Color information

#511958 (or 0x511958) is unknown color: approx Hot Purple. HEX triplet: 51, 19 and 58. RGB value is (81,25,88). Sum of RGB (Red+Green+Blue) = 81+25+88=194 (25% of max value = 765). Red value is 81 (32.03% from 255 or 41.75% from 194); Green value is 25 (10.16% from 255 or 12.89% from 194); Blue value is 88 (34.77% from 255 or 45.36% from 194); Max value from RGB is 88 - color contains mainly: blue. Hex color #511958 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #511958 is #AEE6A7. Grayscale: #303030. Windows color (decimal): -11462312 or 5773649. OLE color: 5773649.

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

Color convert

RGB812588-
CMYK0.080.7200.65
HSL293.33º55.75%22.16%-
HSV(B)293.33º71.59%34.51%-
XYZ5.53.159.55-
YUV48.93150.05150.88-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 41.75%
GREEN value IS 25 (10.16% from 255) = 12.89%
BLUE value IS 88 (34.77% from 255) = 45.36%
R=41.75%
G=12.89%
B=45.36%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8125880.080.7200.65293.3355.7522.16
Hex5119588480411253816
Octal121311301011001014457026
Binary1010001110011011000100010010000100000110010010111100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511958

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #511958; }

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

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

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

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

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

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

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

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