#510349

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

Shades of Tyrian Purple #510349

Tints of Tyrian Purple #510349

Color information

#510349 (or 0x510349) is unknown color: approx Tyrian Purple. HEX triplet: 51, 03 and 49. RGB value is (81,3,73). Sum of RGB (Red+Green+Blue) = 81+3+73=157 (20% of max value = 765). Red value is 81 (32.03% from 255 or 51.59% from 157); Green value is 3 (1.56% from 255 or 1.91% from 157); Blue value is 73 (28.91% from 255 or 46.50% from 157); Max value from RGB is 81 - color contains mainly: red. Hex color #510349 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #510349 is #AEFCB6. Grayscale: #222222. Windows color (decimal): -11467959 or 4784977. OLE color: 4784977.

HSL color Cylindrical-coordinate representation of color #510349: hue angle of 306.15º 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 #510349 is Cyan = 0, Magento = 0.96, Yellow = 0.10 and Black (K on CMYK) = 0.68.

Color convert

RGB81373-
CMYK00.960.100.68
HSL306.15º92.86%16.47%-
HSV(B)306.15º96.3%31.76%-
XYZ4.632.36.5-
YUV34.3149.84161.31-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 51.59%
GREEN value IS 3 (1.56% from 255) = 1.91%
BLUE value IS 73 (28.91% from 255) = 46.50%
R=51.59%
G=1.91%
B=46.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.10
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8137300.960.100.68306.1592.8616.47
Hex51349060A441325d10
Octal121311101401210446213520
Binary10100011110010010110000010101000100100110010101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #510349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #510349; }

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

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

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

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

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

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

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

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