#81004A

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

Shades of Tyrian Purple #81004A

Tints of Tyrian Purple #81004A

Color information

#81004A (or 0x81004A) is unknown color: approx Tyrian Purple. HEX triplet: 81, 00 and 4A. RGB value is (129,0,74). Sum of RGB (Red+Green+Blue) = 129+0+74=203 (26% of max value = 765). Red value is 129 (50.78% from 255 or 63.55% from 203); Green value is 0 (0.39% from 255 or 0% from 203); Blue value is 74 (29.30% from 255 or 36.45% from 203); Max value from RGB is 129 - color contains mainly: red. Hex color #81004A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #81004A is #7EFFB5. Grayscale: #2E2E2E. Windows color (decimal): -8322998 or 4849793. OLE color: 4849793.

HSL color Cylindrical-coordinate representation of color #81004A: hue angle of 325.58º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #81004A is Cyan = 0, Magento = 1, Yellow = 0.43 and Black (K on CMYK) = 0.49.

Color convert

RGB129074-
CMYK010.430.49
HSL325.58º100%25.29%-
HSV(B)325.58º100%50.59%-
XYZ10.295.166.93-
YUV47.01143.24186.48-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 63.55%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 74 (29.30% from 255) = 36.45%
R=63.55%
G=0%
B=36.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.43
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129074010.430.49325.5810025.29
Hex8104A0642B311466419
Octal20101120144536150614431
Binary100000010100101001100100101011110001101000110110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81004A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81004A; }

 p { color: rgb(129,0,74); }

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

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

 a { background-color: rgb(129,0,74); }

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

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

 span { border-color: rgb(129,0,74); }

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