#51094F

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

Shades of Hot Purple #51094F

Tints of Hot Purple #51094F

Color information

#51094F (or 0x51094F) is unknown color: approx Hot Purple. HEX triplet: 51, 09 and 4F. RGB value is (81,9,79). Sum of RGB (Red+Green+Blue) = 81+9+79=169 (22% of max value = 765). Red value is 81 (32.03% from 255 or 47.93% from 169); Green value is 9 (3.91% from 255 or 5.33% from 169); Blue value is 79 (31.25% from 255 or 46.75% from 169); Max value from RGB is 81 - color contains mainly: red. Hex color #51094F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #51094F is #AEF6B0. Grayscale: #262626. Windows color (decimal): -11466417 or 5179729. OLE color: 5179729.

HSL color Cylindrical-coordinate representation of color #51094F: hue angle of 301.67º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #51094F is Cyan = 0, Magento = 0.89, Yellow = 0.02 and Black (K on CMYK) = 0.68.

Color convert

RGB81979-
CMYK00.890.020.68
HSL301.67º80%17.65%-
HSV(B)301.67º88.89%31.76%-
XYZ4.92.517.62-
YUV38.51150.85158.31-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 47.93%
GREEN value IS 9 (3.91% from 255) = 5.33%
BLUE value IS 79 (31.25% from 255) = 46.75%
R=47.93%
G=5.33%
B=46.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.02
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8197900.890.020.68301.678017.65
Hex5194F05924412e5012
Octal121111170131210445612022
Binary10100011001100111101011001101000100100101110101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51094F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51094F; }

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

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

<style>
 a { background-color: #51094F; }

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

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

<style>
 span { border-color: #51094F; }

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

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