#51134D

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

Shades of Hot Purple #51134D

Tints of Hot Purple #51134D

Color information

#51134D (or 0x51134D) is unknown color: approx Hot Purple. HEX triplet: 51, 13 and 4D. RGB value is (81,19,77). Sum of RGB (Red+Green+Blue) = 81+19+77=177 (23% of max value = 765). Red value is 81 (32.03% from 255 or 45.76% from 177); Green value is 19 (7.81% from 255 or 10.73% from 177); Blue value is 77 (30.47% from 255 or 43.50% from 177); Max value from RGB is 81 - color contains mainly: red. Hex color #51134D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #51134D is #AEECB2. Grayscale: #2B2B2B. Windows color (decimal): -11463859 or 5051217. OLE color: 5051217.

HSL color Cylindrical-coordinate representation of color #51134D: hue angle of 303.87º degrees, saturation: 0.62, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #51134D is Cyan = 0, Magento = 0.77, Yellow = 0.05 and Black (K on CMYK) = 0.68.

Color convert

RGB811977-
CMYK00.770.050.68
HSL303.87º62%19.61%-
HSV(B)303.87º76.54%31.76%-
XYZ4.972.757.29-
YUV44.15146.54154.28-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 45.76%
GREEN value IS 19 (7.81% from 255) = 10.73%
BLUE value IS 77 (30.47% from 255) = 43.50%
R=45.76%
G=10.73%
B=43.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.05
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81197700.770.050.68303.876219.61
Hex51134D04D5441303e14
Octal12123115011551044607624
Binary101000110011100110101001101101100010010011000011111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51134D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51134D; }

 p { color: rgb(81,19,77); }

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

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

 a { background-color: rgb(81,19,77); }

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

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

 span { border-color: rgb(81,19,77); }

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