#86063E

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

Shades of Tyrian Purple #86063E

Tints of Tyrian Purple #86063E

Color information

#86063E (or 0x86063E) is unknown color: approx Tyrian Purple. HEX triplet: 86, 06 and 3E. RGB value is (134,6,62). Sum of RGB (Red+Green+Blue) = 134+6+62=202 (26% of max value = 765). Red value is 134 (52.73% from 255 or 66.34% from 202); Green value is 6 (2.73% from 255 or 2.97% from 202); Blue value is 62 (24.61% from 255 or 30.69% from 202); Max value from RGB is 134 - color contains mainly: red. Hex color #86063E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #86063E is #79F9C1. Grayscale: #323232. Windows color (decimal): -7993794 or 4064902. OLE color: 4064902.

HSL color Cylindrical-coordinate representation of color #86063E: hue angle of 333.75º degrees, saturation: 0.91, 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 #86063E is Cyan = 0, Magento = 0.96, Yellow = 0.54 and Black (K on CMYK) = 0.47.

Color convert

RGB134662-
CMYK00.960.540.47
HSL333.75º91.43%27.45%-
HSV(B)333.75º95.52%52.55%-
XYZ10.775.555.06-
YUV50.66134.41187.45-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 66.34%
GREEN value IS 6 (2.73% from 255) = 2.97%
BLUE value IS 62 (24.61% from 255) = 30.69%
R=66.34%
G=2.97%
B=30.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.54
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13466200.960.540.47333.7591.4327.45
Hex8663E060362F14e5b1b
Octal2066760140665751613333
Binary1000011011011111001100000110110101111101001110101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86063E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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