#51095D

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

Shades of Hot Purple #51095D

Tints of Hot Purple #51095D

Color information

#51095D (or 0x51095D) is unknown color: approx Hot Purple. HEX triplet: 51, 09 and 5D. RGB value is (81,9,93). Sum of RGB (Red+Green+Blue) = 81+9+93=183 (24% of max value = 765). Red value is 81 (32.03% from 255 or 44.26% from 183); Green value is 9 (3.91% from 255 or 4.92% from 183); Blue value is 93 (36.72% from 255 or 50.82% from 183); Max value from RGB is 93 - color contains mainly: blue. Hex color #51095D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #51095D is #AEF6A2. Grayscale: #272727. Windows color (decimal): -11466403 or 6097233. OLE color: 6097233.

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

Color convert

RGB81993-
CMYK0.130.9000.64
HSL291.43º82.35%20%-
HSV(B)291.43º90.32%36.47%-
XYZ5.472.7410.6-
YUV40.1157.85157.17-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 44.26%
GREEN value IS 9 (3.91% from 255) = 4.92%
BLUE value IS 93 (36.72% from 255) = 50.82%
R=44.26%
G=4.92%
B=50.82%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal819930.130.9000.64291.4382.3520
Hex5195DD5A0401235214
Octal1211113515132010044312224
Binary1010001100110111011101101101001000000100100011101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51095D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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