#51002D

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

Shades of Tyrian Purple #51002D

Tints of Tyrian Purple #51002D

Color information

#51002D (or 0x51002D) is unknown color: approx Tyrian Purple. HEX triplet: 51, 00 and 2D. RGB value is (81,0,45). Sum of RGB (Red+Green+Blue) = 81+0+45=126 (16% of max value = 765). Red value is 81 (32.03% from 255 or 64.29% from 126); Green value is 0 (0.39% from 255 or 0% from 126); Blue value is 45 (17.97% from 255 or 35.71% from 126); Max value from RGB is 81 - color contains mainly: red. Hex color #51002D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #51002D is #AEFFD2. Grayscale: #1D1D1D. Windows color (decimal): -11468755 or 2949201. OLE color: 2949201.

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

Color convert

RGB81045-
CMYK010.440.68
HSL326.67º100%15.88%-
HSV(B)326.67º100%31.76%-
XYZ3.871.942.65-
YUV29.35136.84164.84-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 64.29%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 45 (17.97% from 255) = 35.71%
R=64.29%
G=0%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.44
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81045010.440.68326.6710015.88
Hex5102D0642C441476410
Octal12105501445410450714420
Binary10100010101101011001001011001000100101000111110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51002D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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