#51003C

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

Shades of Tyrian Purple #51003C

Tints of Tyrian Purple #51003C

Color information

#51003C (or 0x51003C) is unknown color: approx Tyrian Purple. HEX triplet: 51, 00 and 3C. RGB value is (81,0,60). Sum of RGB (Red+Green+Blue) = 81+0+60=141 (18% of max value = 765). Red value is 81 (32.03% from 255 or 57.45% from 141); Green value is 0 (0.39% from 255 or 0% from 141); Blue value is 60 (23.83% from 255 or 42.55% from 141); Max value from RGB is 81 - color contains mainly: red. Hex color #51003C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #51003C is #AEFFC3. Grayscale: #1E1E1E. Windows color (decimal): -11468740 or 3932241. OLE color: 3932241.

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

Color convert

RGB81060-
CMYK010.260.68
HSL315.56º100%15.88%-
HSV(B)315.56º100%31.76%-
XYZ4.212.084.45-
YUV31.06144.34163.62-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 57.45%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 60 (23.83% from 255) = 42.55%
R=57.45%
G=0%
B=42.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.26
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81060010.260.68315.5610015.88
Hex5103C0641A4413c6410
Octal12107401443210447414420
Binary1010001011110001100100110101000100100111100110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51003C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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