#51034F

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

Shades of Tyrian Purple #51034F

Tints of Tyrian Purple #51034F

Color information

#51034F (or 0x51034F) is unknown color: approx Tyrian Purple. HEX triplet: 51, 03 and 4F. RGB value is (81,3,79). Sum of RGB (Red+Green+Blue) = 81+3+79=163 (21% of max value = 765). Red value is 81 (32.03% from 255 or 49.69% from 163); Green value is 3 (1.56% from 255 or 1.84% from 163); Blue value is 79 (31.25% from 255 or 48.47% from 163); Max value from RGB is 81 - color contains mainly: red. Hex color #51034F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #51034F is #AEFCB0. Grayscale: #222222. Windows color (decimal): -11467953 or 5178193. OLE color: 5178193.

HSL color Cylindrical-coordinate representation of color #51034F: hue angle of 301.54º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #51034F is Cyan = 0, Magento = 0.96, Yellow = 0.02 and Black (K on CMYK) = 0.68.

Color convert

RGB81379-
CMYK00.960.020.68
HSL301.54º92.86%16.47%-
HSV(B)301.54º96.3%31.76%-
XYZ4.842.387.6-
YUV34.99152.84160.82-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 49.69%
GREEN value IS 3 (1.56% from 255) = 1.84%
BLUE value IS 79 (31.25% from 255) = 48.47%
R=49.69%
G=1.84%
B=48.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.02
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8137900.960.020.68301.5492.8616.47
Hex5134F06024412e5d10
Octal12131170140210445613520
Binary101000111100111101100000101000100100101110101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51034F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51034F; }

 p { color: rgb(81,3,79); }

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

<style>
 a { background-color: #51034F; }

 a { background-color: rgb(81,3,79); }

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

<style>
 span { border-color: #51034F; }

 span { border-color: rgb(81,3,79); }

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