#510444

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

Shades of Tyrian Purple #510444

Tints of Tyrian Purple #510444

Color information

#510444 (or 0x510444) is unknown color: approx Tyrian Purple. HEX triplet: 51, 04 and 44. RGB value is (81,4,68). Sum of RGB (Red+Green+Blue) = 81+4+68=153 (20% of max value = 765). Red value is 81 (32.03% from 255 or 52.94% from 153); Green value is 4 (1.95% from 255 or 2.61% from 153); Blue value is 68 (26.95% from 255 or 44.44% from 153); Max value from RGB is 81 - color contains mainly: red. Hex color #510444 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #510444 is #AEFBBB. Grayscale: #222222. Windows color (decimal): -11467708 or 4457553. OLE color: 4457553.

HSL color Cylindrical-coordinate representation of color #510444: hue angle of 310.13º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #510444 is Cyan = 0, Magento = 0.95, Yellow = 0.16 and Black (K on CMYK) = 0.68.

Color convert

RGB81468-
CMYK00.950.160.68
HSL310.13º90.59%16.67%-
HSV(B)310.13º95.06%31.76%-
XYZ4.482.255.67-
YUV34.32147.01161.3-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 52.94%
GREEN value IS 4 (1.95% from 255) = 2.61%
BLUE value IS 68 (26.95% from 255) = 44.44%
R=52.94%
G=2.61%
B=44.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.16
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8146800.950.160.68310.1390.5916.67
Hex5144405F10441365b11
Octal121410401372010446613321
Binary1010001100100010001011111100001000100100110110101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #510444

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #510444; }

 p { color: rgb(81,4,68); }

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

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

 a { background-color: rgb(81,4,68); }

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

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

 span { border-color: rgb(81,4,68); }

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