#86013F

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

Shades of Tyrian Purple #86013F

Tints of Tyrian Purple #86013F

Color information

#86013F (or 0x86013F) is unknown color: approx Tyrian Purple. HEX triplet: 86, 01 and 3F. RGB value is (134,1,63). Sum of RGB (Red+Green+Blue) = 134+1+63=198 (26% of max value = 765). Red value is 134 (52.73% from 255 or 67.68% from 198); Green value is 1 (0.78% from 255 or 0.51% from 198); Blue value is 63 (25% from 255 or 31.82% from 198); Max value from RGB is 134 - color contains mainly: red. Hex color #86013F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #86013F is #79FEC0. Grayscale: #2F2F2F. Windows color (decimal): -7995073 or 4129158. OLE color: 4129158.

HSL color Cylindrical-coordinate representation of color #86013F: hue angle of 332.03º 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 #86013F is Cyan = 0, Magento = 0.99, Yellow = 0.53 and Black (K on CMYK) = 0.47.

Color convert

RGB134163-
CMYK00.990.530.47
HSL332.03º98.52%26.47%-
HSV(B)332.03º99.25%52.55%-
XYZ10.745.455.19-
YUV47.84136.56189.46-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 67.68%
GREEN value IS 1 (0.78% from 255) = 0.51%
BLUE value IS 63 (25% from 255) = 31.82%
R=67.68%
G=0.51%
B=31.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.53
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13416300.990.530.47332.0398.5226.47
Hex8613F063352F14c631a
Octal2061770143655751414332
Binary10000110111111101100011110101101111101001100110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86013F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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