#51063A

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

Shades of Tyrian Purple #51063A

Tints of Tyrian Purple #51063A

Color information

#51063A (or 0x51063A) is unknown color: approx Tyrian Purple. HEX triplet: 51, 06 and 3A. RGB value is (81,6,58). Sum of RGB (Red+Green+Blue) = 81+6+58=145 (19% of max value = 765). Red value is 81 (32.03% from 255 or 55.86% from 145); Green value is 6 (2.73% from 255 or 4.14% from 145); Blue value is 58 (23.05% from 255 or 40% from 145); Max value from RGB is 81 - color contains mainly: red. Hex color #51063A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #51063A is #AEF9C5. Grayscale: #222222. Windows color (decimal): -11467206 or 3802705. OLE color: 3802705.

HSL color Cylindrical-coordinate representation of color #51063A: hue angle of 318.4º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #51063A is Cyan = 0, Magento = 0.93, Yellow = 0.28 and Black (K on CMYK) = 0.68.

Color convert

RGB81658-
CMYK00.930.280.68
HSL318.4º86.21%17.06%-
HSV(B)318.4º92.59%31.76%-
XYZ4.222.194.2-
YUV34.35141.35161.27-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 55.86%
GREEN value IS 6 (2.73% from 255) = 4.14%
BLUE value IS 58 (23.05% from 255) = 40%
R=55.86%
G=4.14%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.28
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8165800.930.280.68318.486.2117.06
Hex5163A05D1C4413e5611
Octal12167201353410447612621
Binary101000111011101001011101111001000100100111110101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51063A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51063A; }

 p { color: rgb(81,6,58); }

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

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

 a { background-color: rgb(81,6,58); }

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

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

 span { border-color: rgb(81,6,58); }

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