#51024A

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

Shades of Tyrian Purple #51024A

Tints of Tyrian Purple #51024A

Color information

#51024A (or 0x51024A) is unknown color: approx Tyrian Purple. HEX triplet: 51, 02 and 4A. RGB value is (81,2,74). Sum of RGB (Red+Green+Blue) = 81+2+74=157 (20% of max value = 765). Red value is 81 (32.03% from 255 or 51.59% from 157); Green value is 2 (1.17% from 255 or 1.27% from 157); Blue value is 74 (29.30% from 255 or 47.13% from 157); Max value from RGB is 81 - color contains mainly: red. Hex color #51024A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #51024A is #AEFDB5. Grayscale: #212121. Windows color (decimal): -11468214 or 4850257. OLE color: 4850257.

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

Color convert

RGB81274-
CMYK00.980.090.68
HSL305.32º95.18%16.27%-
HSV(B)305.32º97.53%31.76%-
XYZ4.652.296.67-
YUV33.83150.67161.65-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 51.59%
GREEN value IS 2 (1.17% from 255) = 1.27%
BLUE value IS 74 (29.30% from 255) = 47.13%
R=51.59%
G=1.27%
B=47.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.09
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8127400.980.090.68305.3295.1816.27
Hex5124A0629441315f10
Octal121211201421110446113720
Binary10100011010010100110001010011000100100110001101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51024A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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