#81003F

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

Shades of Tyrian Purple #81003F

Tints of Tyrian Purple #81003F

Color information

#81003F (or 0x81003F) is unknown color: approx Tyrian Purple. HEX triplet: 81, 00 and 3F. RGB value is (129,0,63). Sum of RGB (Red+Green+Blue) = 129+0+63=192 (25% of max value = 765). Red value is 129 (50.78% from 255 or 67.19% from 192); Green value is 0 (0.39% from 255 or 0% from 192); Blue value is 63 (25% from 255 or 32.81% from 192); Max value from RGB is 129 - color contains mainly: red. Hex color #81003F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #81003F is #7EFFC0. Grayscale: #2D2D2D. Windows color (decimal): -8323009 or 4128897. OLE color: 4128897.

HSL color Cylindrical-coordinate representation of color #81003F: hue angle of 330.7º 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 #81003F is Cyan = 0, Magento = 1, Yellow = 0.51 and Black (K on CMYK) = 0.49.

Color convert

RGB129063-
CMYK010.510.49
HSL330.7º100%25.29%-
HSV(B)330.7º100%50.59%-
XYZ9.955.035.15-
YUV45.75137.74187.38-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 67.19%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 63 (25% from 255) = 32.81%
R=67.19%
G=0%
B=32.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.51
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129063010.510.49330.710025.29
Hex8103F064333114b6419
Octal2010770144636151314431
Binary10000001011111101100100110011110001101001011110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81003F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81003F; }

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

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

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

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

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

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

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

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