#86043F

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

Shades of Tyrian Purple #86043F

Tints of Tyrian Purple #86043F

Color information

#86043F (or 0x86043F) is unknown color: approx Tyrian Purple. HEX triplet: 86, 04 and 3F. RGB value is (134,4,63). Sum of RGB (Red+Green+Blue) = 134+4+63=201 (26% of max value = 765). Red value is 134 (52.73% from 255 or 66.67% from 201); Green value is 4 (1.95% from 255 or 1.99% from 201); Blue value is 63 (25% from 255 or 31.34% from 201); Max value from RGB is 134 - color contains mainly: red. Hex color #86043F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #86043F is #79FBC0. Grayscale: #313131. Windows color (decimal): -7994305 or 4129926. OLE color: 4129926.

HSL color Cylindrical-coordinate representation of color #86043F: hue angle of 332.77º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #86043F is Cyan = 0, Magento = 0.97, Yellow = 0.53 and Black (K on CMYK) = 0.47.

Color convert

RGB134463-
CMYK00.970.530.47
HSL332.77º94.2%27.06%-
HSV(B)332.77º97.01%52.55%-
XYZ10.775.515.2-
YUV49.6135.57188.2-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 66.67%
GREEN value IS 4 (1.95% from 255) = 1.99%
BLUE value IS 63 (25% from 255) = 31.34%
R=66.67%
G=1.99%
B=31.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.53
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13446300.970.530.47332.7794.227.06
Hex8643F061352F14d5e1b
Octal2064770141655751513633
Binary1000011010011111101100001110101101111101001101101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86043F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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