#86054A

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

Shades of Tyrian Purple #86054A

Tints of Tyrian Purple #86054A

Color information

#86054A (or 0x86054A) is unknown color: approx Tyrian Purple. HEX triplet: 86, 05 and 4A. RGB value is (134,5,74). Sum of RGB (Red+Green+Blue) = 134+5+74=213 (28% of max value = 765). Red value is 134 (52.73% from 255 or 62.91% from 213); Green value is 5 (2.34% from 255 or 2.35% from 213); Blue value is 74 (29.30% from 255 or 34.74% from 213); Max value from RGB is 134 - color contains mainly: red. Hex color #86054A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #86054A is #79FAB5. Grayscale: #333333. Windows color (decimal): -7994038 or 4851078. OLE color: 4851078.

HSL color Cylindrical-coordinate representation of color #86054A: hue angle of 327.91º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #86054A is Cyan = 0, Magento = 0.96, Yellow = 0.45 and Black (K on CMYK) = 0.47.

Color convert

RGB134574-
CMYK00.960.450.47
HSL327.91º92.81%27.25%-
HSV(B)327.91º96.27%52.55%-
XYZ11.125.676.99-
YUV51.44140.74186.89-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 62.91%
GREEN value IS 5 (2.34% from 255) = 2.35%
BLUE value IS 74 (29.30% from 255) = 34.74%
R=62.91%
G=2.35%
B=34.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.45
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13457400.960.450.47327.9192.8127.25
Hex8654A0602D2F1485d1b
Octal20651120140555751013533
Binary10000110101100101001100000101101101111101001000101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86054A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,5,74); }

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

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

 a { background-color: rgb(134,5,74); }

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

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

 span { border-color: rgb(134,5,74); }

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