#51023E

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

Shades of Tyrian Purple #51023E

Tints of Tyrian Purple #51023E

Color information

#51023E (or 0x51023E) is unknown color: approx Tyrian Purple. HEX triplet: 51, 02 and 3E. RGB value is (81,2,62). Sum of RGB (Red+Green+Blue) = 81+2+62=145 (19% of max value = 765). Red value is 81 (32.03% from 255 or 55.86% from 145); Green value is 2 (1.17% from 255 or 1.38% from 145); Blue value is 62 (24.61% from 255 or 42.76% from 145); Max value from RGB is 81 - color contains mainly: red. Hex color #51023E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #51023E is #AEFDC1. Grayscale: #202020. Windows color (decimal): -11468226 or 4063825. OLE color: 4063825.

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

Color convert

RGB81262-
CMYK00.980.230.68
HSL314.43º95.18%16.27%-
HSV(B)314.43º97.53%31.76%-
XYZ4.282.144.74-
YUV32.46144.67162.62-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 55.86%
GREEN value IS 2 (1.17% from 255) = 1.38%
BLUE value IS 62 (24.61% from 255) = 42.76%
R=55.86%
G=1.38%
B=42.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.23
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8126200.980.230.68314.4395.1816.27
Hex5123E062174413a5f10
Octal12127601422710447213720
Binary10100011011111001100010101111000100100111010101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51023E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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