#51144D

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

Shades of Hot Purple #51144D

Tints of Hot Purple #51144D

Color information

#51144D (or 0x51144D) is unknown color: approx Hot Purple. HEX triplet: 51, 14 and 4D. RGB value is (81,20,77). Sum of RGB (Red+Green+Blue) = 81+20+77=178 (23% of max value = 765). Red value is 81 (32.03% from 255 or 45.51% from 178); Green value is 20 (8.20% from 255 or 11.24% from 178); Blue value is 77 (30.47% from 255 or 43.26% from 178); Max value from RGB is 81 - color contains mainly: red. Hex color #51144D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #51144D is #AEEBB2. Grayscale: #2C2C2C. Windows color (decimal): -11463603 or 5051473. OLE color: 5051473.

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

Color convert

RGB812077-
CMYK00.750.050.68
HSL303.93º60.4%19.8%-
HSV(B)303.93º75.31%31.76%-
XYZ4.982.797.3-
YUV44.74146.21153.87-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 45.51%
GREEN value IS 20 (8.20% from 255) = 11.24%
BLUE value IS 77 (30.47% from 255) = 43.26%
R=45.51%
G=11.24%
B=43.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.05
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81207700.750.050.68303.9360.419.8
Hex51144D04B5441303c14
Octal12124115011351044607424
Binary101000110100100110101001011101100010010011000011110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51144D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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