#51012F

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

Shades of Tyrian Purple #51012F

Tints of Tyrian Purple #51012F

Color information

#51012F (or 0x51012F) is unknown color: approx Tyrian Purple. HEX triplet: 51, 01 and 2F. RGB value is (81,1,47). Sum of RGB (Red+Green+Blue) = 81+1+47=129 (17% of max value = 765). Red value is 81 (32.03% from 255 or 62.79% from 129); Green value is 1 (0.78% from 255 or 0.78% from 129); Blue value is 47 (18.75% from 255 or 36.43% from 129); Max value from RGB is 81 - color contains mainly: red. Hex color #51012F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #51012F is #AEFED0. Grayscale: #1E1E1E. Windows color (decimal): -11468497 or 3080529. OLE color: 3080529.

HSL color Cylindrical-coordinate representation of color #51012F: hue angle of 325.5º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #51012F is Cyan = 0, Magento = 0.99, Yellow = 0.42 and Black (K on CMYK) = 0.68.

Color convert

RGB81147-
CMYK00.990.420.68
HSL325.5º97.56%16.08%-
HSV(B)325.5º98.77%31.76%-
XYZ3.921.982.86-
YUV30.16137.5164.26-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 62.79%
GREEN value IS 1 (0.78% from 255) = 0.78%
BLUE value IS 47 (18.75% from 255) = 36.43%
R=62.79%
G=0.78%
B=36.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.42
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8114700.990.420.68325.597.5616.08
Hex5112F0632A441466210
Octal12115701435210450614220
Binary10100011101111011000111010101000100101000110110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51012F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,1,47); }

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

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

 a { background-color: rgb(81,1,47); }

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

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

 span { border-color: rgb(81,1,47); }

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