#51085D

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

Shades of Hot Purple #51085D

Tints of Hot Purple #51085D

Color information

#51085D (or 0x51085D) is unknown color: approx Hot Purple. HEX triplet: 51, 08 and 5D. RGB value is (81,8,93). Sum of RGB (Red+Green+Blue) = 81+8+93=182 (24% of max value = 765). Red value is 81 (32.03% from 255 or 44.51% from 182); Green value is 8 (3.52% from 255 or 4.40% from 182); Blue value is 93 (36.72% from 255 or 51.10% from 182); Max value from RGB is 93 - color contains mainly: blue. Hex color #51085D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #51085D is #AEF7A2. Grayscale: #272727. Windows color (decimal): -11466659 or 6096977. OLE color: 6096977.

HSL color Cylindrical-coordinate representation of color #51085D: hue angle of 291.53º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #51085D is Cyan = 0.13, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB81893-
CMYK0.130.9100.64
HSL291.53º84.16%19.8%-
HSV(B)291.53º91.4%36.47%-
XYZ5.462.7110.59-
YUV39.52158.18157.59-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 44.51%
GREEN value IS 8 (3.52% from 255) = 4.40%
BLUE value IS 93 (36.72% from 255) = 51.10%
R=44.51%
G=4.40%
B=51.10%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal818930.130.9100.64291.5384.1619.8
Hex5185DD5B0401245414
Octal1211013515133010044412424
Binary1010001100010111011101101101101000000100100100101010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51085D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,8,93); }

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

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

 a { background-color: rgb(81,8,93); }

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

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

 span { border-color: rgb(81,8,93); }

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