#51022D

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

Shades of Tyrian Purple #51022D

Tints of Tyrian Purple #51022D

Color information

#51022D (or 0x51022D) is unknown color: approx Tyrian Purple. HEX triplet: 51, 02 and 2D. RGB value is (81,2,45). Sum of RGB (Red+Green+Blue) = 81+2+45=128 (16% of max value = 765). Red value is 81 (32.03% from 255 or 63.28% from 128); Green value is 2 (1.17% from 255 or 1.56% from 128); Blue value is 45 (17.97% from 255 or 35.16% from 128); Max value from RGB is 81 - color contains mainly: red. Hex color #51022D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #51022D is #AEFDD2. Grayscale: #1E1E1E. Windows color (decimal): -11468243 or 2949713. OLE color: 2949713.

HSL color Cylindrical-coordinate representation of color #51022D: hue angle of 327.34º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #51022D is Cyan = 0, Magento = 0.98, Yellow = 0.44 and Black (K on CMYK) = 0.68.

Color convert

RGB81245-
CMYK00.980.440.68
HSL327.34º95.18%16.27%-
HSV(B)327.34º97.53%31.76%-
XYZ3.891.982.66-
YUV30.52136.17164-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 63.28%
GREEN value IS 2 (1.17% from 255) = 1.56%
BLUE value IS 45 (17.97% from 255) = 35.16%
R=63.28%
G=1.56%
B=35.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.44
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8124500.980.440.68327.3495.1816.27
Hex5122D0622C441475f10
Octal12125501425410450713720
Binary101000110101101011000101011001000100101000111101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51022D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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