#81034B

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

Shades of Tyrian Purple #81034B

Tints of Tyrian Purple #81034B

Color information

#81034B (or 0x81034B) is unknown color: approx Tyrian Purple. HEX triplet: 81, 03 and 4B. RGB value is (129,3,75). Sum of RGB (Red+Green+Blue) = 129+3+75=207 (27% of max value = 765). Red value is 129 (50.78% from 255 or 62.32% from 207); Green value is 3 (1.56% from 255 or 1.45% from 207); Blue value is 75 (29.69% from 255 or 36.23% from 207); Max value from RGB is 129 - color contains mainly: red. Hex color #81034B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #81034B is #7EFCB4. Grayscale: #303030. Windows color (decimal): -8322229 or 4916097. OLE color: 4916097.

HSL color Cylindrical-coordinate representation of color #81034B: hue angle of 325.71º degrees, saturation: 0.95, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #81034B is Cyan = 0, Magento = 0.98, Yellow = 0.42 and Black (K on CMYK) = 0.49.

Color convert

RGB129375-
CMYK00.980.420.49
HSL325.71º95.45%25.88%-
HSV(B)325.71º97.67%50.59%-
XYZ10.365.247.12-
YUV48.88142.74185.15-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 62.32%
GREEN value IS 3 (1.56% from 255) = 1.45%
BLUE value IS 75 (29.69% from 255) = 36.23%
R=62.32%
G=1.45%
B=36.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.42
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12937500.980.420.49325.7195.4525.88
Hex8134B0622A311465f1a
Octal20131130142526150613732
Binary1000000111100101101100010101010110001101000110101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81034B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,3,75); }

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

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

 a { background-color: rgb(129,3,75); }

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

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

 span { border-color: rgb(129,3,75); }

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