#51014A

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

Shades of Tyrian Purple #51014A

Tints of Tyrian Purple #51014A

Color information

#51014A (or 0x51014A) is unknown color: approx Tyrian Purple. HEX triplet: 51, 01 and 4A. RGB value is (81,1,74). Sum of RGB (Red+Green+Blue) = 81+1+74=156 (20% of max value = 765). Red value is 81 (32.03% from 255 or 51.92% from 156); Green value is 1 (0.78% from 255 or 0.64% from 156); Blue value is 74 (29.30% from 255 or 47.44% from 156); Max value from RGB is 81 - color contains mainly: red. Hex color #51014A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #51014A is #AEFEB5. Grayscale: #212121. Windows color (decimal): -11468470 or 4850001. OLE color: 4850001.

HSL color Cylindrical-coordinate representation of color #51014A: hue angle of 305.25º 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 #51014A is Cyan = 0, Magento = 0.99, Yellow = 0.09 and Black (K on CMYK) = 0.68.

Color convert

RGB81174-
CMYK00.990.090.68
HSL305.25º97.56%16.08%-
HSV(B)305.25º98.77%31.76%-
XYZ4.642.276.67-
YUV33.24151162.06-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 51.92%
GREEN value IS 1 (0.78% from 255) = 0.64%
BLUE value IS 74 (29.30% from 255) = 47.44%
R=51.92%
G=0.64%
B=47.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.09
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8117400.990.090.68305.2597.5616.08
Hex5114A0639441316210
Octal121111201431110446114220
Binary1010001110010100110001110011000100100110001110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51014A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51014A; }

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

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

<style>
 a { background-color: #51014A; }

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

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

<style>
 span { border-color: #51014A; }

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

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