#81064C

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

Shades of Tyrian Purple #81064C

Tints of Tyrian Purple #81064C

Color information

#81064C (or 0x81064C) is unknown color: approx Tyrian Purple. HEX triplet: 81, 06 and 4C. RGB value is (129,6,76). Sum of RGB (Red+Green+Blue) = 129+6+76=211 (27% of max value = 765). Red value is 129 (50.78% from 255 or 61.14% from 211); Green value is 6 (2.73% from 255 or 2.84% from 211); Blue value is 76 (30.08% from 255 or 36.02% from 211); Max value from RGB is 129 - color contains mainly: red. Hex color #81064C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #81064C is #7EF9B3. Grayscale: #323232. Windows color (decimal): -8321460 or 4982401. OLE color: 4982401.

HSL color Cylindrical-coordinate representation of color #81064C: hue angle of 325.85º 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 #81064C is Cyan = 0, Magento = 0.95, Yellow = 0.41 and Black (K on CMYK) = 0.49.

Color convert

RGB129676-
CMYK00.950.410.49
HSL325.85º91.11%26.47%-
HSV(B)325.85º95.35%50.59%-
XYZ10.425.327.31-
YUV50.76142.25183.81-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 61.14%
GREEN value IS 6 (2.73% from 255) = 2.84%
BLUE value IS 76 (30.08% from 255) = 36.02%
R=61.14%
G=2.84%
B=36.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.41
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12967600.950.410.49325.8591.1126.47
Hex8164C05F29311465b1a
Octal20161140137516150613332
Binary10000001110100110001011111101001110001101000110101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81064C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81064C; }

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

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

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

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

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

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

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

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