#51024E

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

Shades of Tyrian Purple #51024E

Tints of Tyrian Purple #51024E

Color information

#51024E (or 0x51024E) is unknown color: approx Tyrian Purple. HEX triplet: 51, 02 and 4E. RGB value is (81,2,78). Sum of RGB (Red+Green+Blue) = 81+2+78=161 (21% of max value = 765). Red value is 81 (32.03% from 255 or 50.31% from 161); Green value is 2 (1.17% from 255 or 1.24% from 161); Blue value is 78 (30.86% from 255 or 48.45% from 161); Max value from RGB is 81 - color contains mainly: red. Hex color #51024E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #51024E is #AEFDB1. Grayscale: #222222. Windows color (decimal): -11468210 or 5112401. OLE color: 5112401.

HSL color Cylindrical-coordinate representation of color #51024E: hue angle of 302.28º 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 #51024E is Cyan = 0, Magento = 0.98, Yellow = 0.04 and Black (K on CMYK) = 0.68.

Color convert

RGB81278-
CMYK00.980.040.68
HSL302.28º95.18%16.27%-
HSV(B)302.28º97.53%31.76%-
XYZ4.792.347.41-
YUV34.28152.67161.32-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 50.31%
GREEN value IS 2 (1.17% from 255) = 1.24%
BLUE value IS 78 (30.86% from 255) = 48.45%
R=50.31%
G=1.24%
B=48.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.04
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8127800.980.040.68302.2895.1816.27
Hex5124E06244412e5f10
Octal12121160142410445613720
Binary1010001101001110011000101001000100100101110101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51024E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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