#51174F

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

Shades of Hot Purple #51174F

Tints of Hot Purple #51174F

Color information

#51174F (or 0x51174F) is unknown color: approx Hot Purple. HEX triplet: 51, 17 and 4F. RGB value is (81,23,79). Sum of RGB (Red+Green+Blue) = 81+23+79=183 (24% of max value = 765). Red value is 81 (32.03% from 255 or 44.26% from 183); Green value is 23 (9.38% from 255 or 12.57% from 183); Blue value is 79 (31.25% from 255 or 43.17% from 183); Max value from RGB is 81 - color contains mainly: red. Hex color #51174F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #51174F is #AEE8B0. Grayscale: #2E2E2E. Windows color (decimal): -11462833 or 5183313. OLE color: 5183313.

HSL color Cylindrical-coordinate representation of color #51174F: hue angle of 302.07º degrees, saturation: 0.56, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #51174F is Cyan = 0, Magento = 0.72, Yellow = 0.02 and Black (K on CMYK) = 0.68.

Color convert

RGB812379-
CMYK00.720.020.68
HSL302.07º55.77%20.39%-
HSV(B)302.07º71.6%31.76%-
XYZ5.112.937.69-
YUV46.73146.22152.45-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 44.26%
GREEN value IS 23 (9.38% from 255) = 12.57%
BLUE value IS 79 (31.25% from 255) = 43.17%
R=44.26%
G=12.57%
B=43.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.02
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81237900.720.020.68302.0755.7720.39
Hex51174F04824412e3814
Octal12127117011021044567024
Binary10100011011110011110100100010100010010010111011100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51174F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51174F; }

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

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

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

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

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

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

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

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