#51033E

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

Shades of Tyrian Purple #51033E

Tints of Tyrian Purple #51033E

Color information

#51033E (or 0x51033E) is unknown color: approx Tyrian Purple. HEX triplet: 51, 03 and 3E. RGB value is (81,3,62). Sum of RGB (Red+Green+Blue) = 81+3+62=146 (19% of max value = 765). Red value is 81 (32.03% from 255 or 55.48% from 146); Green value is 3 (1.56% from 255 or 2.05% from 146); Blue value is 62 (24.61% from 255 or 42.47% from 146); Max value from RGB is 81 - color contains mainly: red. Hex color #51033E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #51033E is #AEFCC1. Grayscale: #202020. Windows color (decimal): -11467970 or 4064081. OLE color: 4064081.

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

Color convert

RGB81362-
CMYK00.960.230.68
HSL314.62º92.86%16.47%-
HSV(B)314.62º96.3%31.76%-
XYZ4.32.164.75-
YUV33.05144.34162.2-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 55.48%
GREEN value IS 3 (1.56% from 255) = 2.05%
BLUE value IS 62 (24.61% from 255) = 42.47%
R=55.48%
G=2.05%
B=42.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.23
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8136200.960.230.68314.6292.8616.47
Hex5133E060174413b5d10
Octal12137601402710447313520
Binary10100011111111001100000101111000100100111011101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51033E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51033E; }

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

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

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

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

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

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

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

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