#51003D

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

Shades of Tyrian Purple #51003D

Tints of Tyrian Purple #51003D

Color information

#51003D (or 0x51003D) is unknown color: approx Tyrian Purple. HEX triplet: 51, 00 and 3D. RGB value is (81,0,61). Sum of RGB (Red+Green+Blue) = 81+0+61=142 (18% of max value = 765). Red value is 81 (32.03% from 255 or 57.04% from 142); Green value is 0 (0.39% from 255 or 0% from 142); Blue value is 61 (24.22% from 255 or 42.96% from 142); Max value from RGB is 81 - color contains mainly: red. Hex color #51003D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #51003D is #AEFFC2. Grayscale: #1F1F1F. Windows color (decimal): -11468739 or 3997777. OLE color: 3997777.

HSL color Cylindrical-coordinate representation of color #51003D: hue angle of 314.81º 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 #51003D is Cyan = 0, Magento = 1, Yellow = 0.25 and Black (K on CMYK) = 0.68.

Color convert

RGB81061-
CMYK010.250.68
HSL314.81º100%15.88%-
HSV(B)314.81º100%31.76%-
XYZ4.242.094.59-
YUV31.17144.84163.54-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 57.04%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 61 (24.22% from 255) = 42.96%
R=57.04%
G=0%
B=42.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.25
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81061010.250.68314.8110015.88
Hex5103D064194413b6410
Octal12107501443110447314420
Binary1010001011110101100100110011000100100111011110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51003D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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