#81063D

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

Shades of Tyrian Purple #81063D

Tints of Tyrian Purple #81063D

Color information

#81063D (or 0x81063D) is unknown color: approx Tyrian Purple. HEX triplet: 81, 06 and 3D. RGB value is (129,6,61). Sum of RGB (Red+Green+Blue) = 129+6+61=196 (25% of max value = 765). Red value is 129 (50.78% from 255 or 65.82% from 196); Green value is 6 (2.73% from 255 or 3.06% from 196); Blue value is 61 (24.22% from 255 or 31.12% from 196); Max value from RGB is 129 - color contains mainly: red. Hex color #81063D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #81063D is #7EF9C2. Grayscale: #303030. Windows color (decimal): -8321475 or 3999361. OLE color: 3999361.

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

Color convert

RGB129661-
CMYK00.950.530.49
HSL333.17º91.11%26.47%-
HSV(B)333.17º95.35%50.59%-
XYZ9.965.134.88-
YUV49.05134.75185.03-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 65.82%
GREEN value IS 6 (2.73% from 255) = 3.06%
BLUE value IS 61 (24.22% from 255) = 31.12%
R=65.82%
G=3.06%
B=31.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.53
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12966100.950.530.49333.1791.1126.47
Hex8163D05F353114d5b1a
Octal2016750137656151513332
Binary1000000111011110101011111110101110001101001101101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81063D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81063D; }

 p { color: rgb(129,6,61); }

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

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

 a { background-color: rgb(129,6,61); }

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

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

 span { border-color: rgb(129,6,61); }

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