#86013E

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

Shades of Tyrian Purple #86013E

Tints of Tyrian Purple #86013E

Color information

#86013E (or 0x86013E) is unknown color: approx Tyrian Purple. HEX triplet: 86, 01 and 3E. RGB value is (134,1,62). Sum of RGB (Red+Green+Blue) = 134+1+62=197 (26% of max value = 765). Red value is 134 (52.73% from 255 or 68.02% from 197); Green value is 1 (0.78% from 255 or 0.51% from 197); Blue value is 62 (24.61% from 255 or 31.47% from 197); Max value from RGB is 134 - color contains mainly: red. Hex color #86013E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #86013E is #79FEC1. Grayscale: #2F2F2F. Windows color (decimal): -7995074 or 4063622. OLE color: 4063622.

HSL color Cylindrical-coordinate representation of color #86013E: hue angle of 332.48º degrees, saturation: 0.99, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #86013E is Cyan = 0, Magento = 0.99, Yellow = 0.54 and Black (K on CMYK) = 0.47.

Color convert

RGB134162-
CMYK00.990.540.47
HSL332.48º98.52%26.47%-
HSV(B)332.48º99.25%52.55%-
XYZ10.715.445.04-
YUV47.72136.06189.54-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 68.02%
GREEN value IS 1 (0.78% from 255) = 0.51%
BLUE value IS 62 (24.61% from 255) = 31.47%
R=68.02%
G=0.51%
B=31.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.54
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13416200.990.540.47332.4898.5226.47
Hex8613E063362F14c631a
Octal2061760143665751414332
Binary10000110111111001100011110110101111101001100110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86013E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86013E; }

 p { color: rgb(134,1,62); }

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

<style>
 a { background-color: #86013E; }

 a { background-color: rgb(134,1,62); }

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

<style>
 span { border-color: #86013E; }

 span { border-color: rgb(134,1,62); }

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