#51175E

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

Shades of Hot Purple #51175E

Tints of Hot Purple #51175E

Color information

#51175E (or 0x51175E) is unknown color: approx Hot Purple. HEX triplet: 51, 17 and 5E. RGB value is (81,23,94). Sum of RGB (Red+Green+Blue) = 81+23+94=198 (26% of max value = 765). Red value is 81 (32.03% from 255 or 40.91% from 198); Green value is 23 (9.38% from 255 or 11.62% from 198); Blue value is 94 (37.11% from 255 or 47.47% from 198); Max value from RGB is 94 - color contains mainly: blue. Hex color #51175E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #51175E is #AEE8A1. Grayscale: #303030. Windows color (decimal): -11462818 or 6166353. OLE color: 6166353.

HSL color Cylindrical-coordinate representation of color #51175E: hue angle of 289.01º degrees, saturation: 0.61, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #51175E is Cyan = 0.14, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB812394-
CMYK0.140.7600.63
HSL289.01º60.68%22.94%-
HSV(B)289.01º75.53%36.86%-
XYZ5.723.1710.9-
YUV48.44153.72151.23-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 40.91%
GREEN value IS 23 (9.38% from 255) = 11.62%
BLUE value IS 94 (37.11% from 255) = 47.47%
R=40.91%
G=11.62%
B=47.47%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8123940.140.7600.63289.0160.6822.94
Hex51175EE4C03F1213d17
Octal12127136161140774417527
Binary101000110111101111011101001100011111110010000111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51175E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51175E; }

 p { color: rgb(81,23,94); }

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

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

 a { background-color: rgb(81,23,94); }

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

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

 span { border-color: rgb(81,23,94); }

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