#51033C

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

Shades of Tyrian Purple #51033C

Tints of Tyrian Purple #51033C

Color information

#51033C (or 0x51033C) is unknown color: approx Tyrian Purple. HEX triplet: 51, 03 and 3C. RGB value is (81,3,60). Sum of RGB (Red+Green+Blue) = 81+3+60=144 (19% of max value = 765). Red value is 81 (32.03% from 255 or 56.25% from 144); Green value is 3 (1.56% from 255 or 2.08% from 144); Blue value is 60 (23.83% from 255 or 41.67% from 144); Max value from RGB is 81 - color contains mainly: red. Hex color #51033C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #51033C is #AEFCC3. Grayscale: #202020. Windows color (decimal): -11467972 or 3933009. OLE color: 3933009.

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

Color convert

RGB81360-
CMYK00.960.260.68
HSL316.15º92.86%16.47%-
HSV(B)316.15º96.3%31.76%-
XYZ4.242.144.46-
YUV32.82143.34162.37-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 56.25%
GREEN value IS 3 (1.56% from 255) = 2.08%
BLUE value IS 60 (23.83% from 255) = 41.67%
R=56.25%
G=2.08%
B=41.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.26
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8136000.960.260.68316.1592.8616.47
Hex5133C0601A4413c5d10
Octal12137401403210447413520
Binary10100011111110001100000110101000100100111100101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51033C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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