#51014E

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

Shades of Tyrian Purple #51014E

Tints of Tyrian Purple #51014E

Color information

#51014E (or 0x51014E) is unknown color: approx Tyrian Purple. HEX triplet: 51, 01 and 4E. RGB value is (81,1,78). Sum of RGB (Red+Green+Blue) = 81+1+78=160 (21% of max value = 765). Red value is 81 (32.03% from 255 or 50.62% from 160); Green value is 1 (0.78% from 255 or 0.62% from 160); Blue value is 78 (30.86% from 255 or 48.75% from 160); Max value from RGB is 81 - color contains mainly: red. Hex color #51014E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #51014E is #AEFEB1. Grayscale: #212121. Windows color (decimal): -11468466 or 5112145. OLE color: 5112145.

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

Color convert

RGB81178-
CMYK00.990.040.68
HSL302.25º97.56%16.08%-
HSV(B)302.25º98.77%31.76%-
XYZ4.782.327.4-
YUV33.7153161.74-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 50.62%
GREEN value IS 1 (0.78% from 255) = 0.62%
BLUE value IS 78 (30.86% from 255) = 48.75%
R=50.62%
G=0.62%
B=48.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.04
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8117800.990.040.68302.2597.5616.08
Hex5114E06344412e6210
Octal12111160143410445614220
Binary101000111001110011000111001000100100101110110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51014E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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