#51014B

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

Shades of Tyrian Purple #51014B

Tints of Tyrian Purple #51014B

Color information

#51014B (or 0x51014B) is unknown color: approx Tyrian Purple. HEX triplet: 51, 01 and 4B. RGB value is (81,1,75). Sum of RGB (Red+Green+Blue) = 81+1+75=157 (20% of max value = 765). Red value is 81 (32.03% from 255 or 51.59% from 157); Green value is 1 (0.78% from 255 or 0.64% from 157); Blue value is 75 (29.69% from 255 or 47.77% from 157); Max value from RGB is 81 - color contains mainly: red. Hex color #51014B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #51014B is #AEFEB4. Grayscale: #212121. Windows color (decimal): -11468469 or 4915537. OLE color: 4915537.

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

Color convert

RGB81175-
CMYK00.990.070.68
HSL304.5º97.56%16.08%-
HSV(B)304.5º98.77%31.76%-
XYZ4.672.286.85-
YUV33.36151.5161.98-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 51.59%
GREEN value IS 1 (0.78% from 255) = 0.64%
BLUE value IS 75 (29.69% from 255) = 47.77%
R=51.59%
G=0.64%
B=47.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.07
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8117500.990.070.68304.597.5616.08
Hex5114B0637441306210
Octal12111130143710446014220
Binary101000111001011011000111111000100100110000110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51014B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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