#51185B

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

Shades of Hot Purple #51185B

Tints of Hot Purple #51185B

Color information

#51185B (or 0x51185B) is unknown color: approx Hot Purple. HEX triplet: 51, 18 and 5B. RGB value is (81,24,91). Sum of RGB (Red+Green+Blue) = 81+24+91=196 (25% of max value = 765). Red value is 81 (32.03% from 255 or 41.33% from 196); Green value is 24 (9.77% from 255 or 12.24% from 196); Blue value is 91 (35.94% from 255 or 46.43% from 196); Max value from RGB is 91 - color contains mainly: blue. Hex color #51185B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #51185B is #AEE7A4. Grayscale: #303030. Windows color (decimal): -11462565 or 5970001. OLE color: 5970001.

HSL color Cylindrical-coordinate representation of color #51185B: hue angle of 291.04º degrees, saturation: 0.58, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #51185B is Cyan = 0.11, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB812491-
CMYK0.110.7400.64
HSL291.04º58.26%22.55%-
HSV(B)291.04º73.63%35.69%-
XYZ5.613.1610.21-
YUV48.68151.88151.05-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 41.33%
GREEN value IS 24 (9.77% from 255) = 12.24%
BLUE value IS 91 (35.94% from 255) = 46.43%
R=41.33%
G=12.24%
B=46.43%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8124910.110.7400.64291.0458.2622.55
Hex51185BB4A0401233a17
Octal121301331311201004437227
Binary1010001110001011011101110010100100000010010001111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51185B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51185B; }

 p { color: rgb(81,24,91); }

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

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

 a { background-color: rgb(81,24,91); }

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

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

 span { border-color: rgb(81,24,91); }

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