#510043

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

Shades of Tyrian Purple #510043

Tints of Tyrian Purple #510043

Color information

#510043 (or 0x510043) is unknown color: approx Tyrian Purple. HEX triplet: 51, 00 and 43. RGB value is (81,0,67). Sum of RGB (Red+Green+Blue) = 81+0+67=148 (19% of max value = 765). Red value is 81 (32.03% from 255 or 54.73% from 148); Green value is 0 (0.39% from 255 or 0% from 148); Blue value is 67 (26.56% from 255 or 45.27% from 148); Max value from RGB is 81 - color contains mainly: red. Hex color #510043 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #510043 is #AEFFBC. Grayscale: #1F1F1F. Windows color (decimal): -11468733 or 4390993. OLE color: 4390993.

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

Color convert

RGB81067-
CMYK010.170.68
HSL310.37º100%15.88%-
HSV(B)310.37º100%31.76%-
XYZ4.412.155.49-
YUV31.86147.84163.05-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 54.73%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 67 (26.56% from 255) = 45.27%
R=54.73%
G=0%
B=45.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.17
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81067010.170.68310.3710015.88
Hex5104306411441366410
Octal121010301442110446614420
Binary10100010100001101100100100011000100100110110110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #510043

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #510043; }

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

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

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

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

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

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

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

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