#51023B

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

Shades of Tyrian Purple #51023B

Tints of Tyrian Purple #51023B

Color information

#51023B (or 0x51023B) is unknown color: approx Tyrian Purple. HEX triplet: 51, 02 and 3B. RGB value is (81,2,59). Sum of RGB (Red+Green+Blue) = 81+2+59=142 (18% of max value = 765). Red value is 81 (32.03% from 255 or 57.04% from 142); Green value is 2 (1.17% from 255 or 1.41% from 142); Blue value is 59 (23.44% from 255 or 41.55% from 142); Max value from RGB is 81 - color contains mainly: red. Hex color #51023B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #51023B is #AEFDC4. Grayscale: #1F1F1F. Windows color (decimal): -11468229 or 3867217. OLE color: 3867217.

HSL color Cylindrical-coordinate representation of color #51023B: hue angle of 316.71º 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 #51023B is Cyan = 0, Magento = 0.98, Yellow = 0.27 and Black (K on CMYK) = 0.68.

Color convert

RGB81259-
CMYK00.980.270.68
HSL316.71º95.18%16.27%-
HSV(B)316.71º97.53%31.76%-
XYZ4.22.114.32-
YUV32.12143.17162.87-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 57.04%
GREEN value IS 2 (1.17% from 255) = 1.41%
BLUE value IS 59 (23.44% from 255) = 41.55%
R=57.04%
G=1.41%
B=41.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.27
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8125900.980.270.68316.7195.1816.27
Hex5123B0621B4413d5f10
Octal12127301423310447513720
Binary10100011011101101100010110111000100100111101101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51023B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51023B; }

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

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

<style>
 a { background-color: #51023B; }

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

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

<style>
 span { border-color: #51023B; }

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

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