#860343

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

Shades of Tyrian Purple #860343

Tints of Tyrian Purple #860343

Color information

#860343 (or 0x860343) is unknown color: approx Tyrian Purple. HEX triplet: 86, 03 and 43. RGB value is (134,3,67). Sum of RGB (Red+Green+Blue) = 134+3+67=204 (27% of max value = 765). Red value is 134 (52.73% from 255 or 65.69% from 204); Green value is 3 (1.56% from 255 or 1.47% from 204); Blue value is 67 (26.56% from 255 or 32.84% from 204); Max value from RGB is 134 - color contains mainly: red. Hex color #860343 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #860343 is #79FCBC. Grayscale: #313131. Windows color (decimal): -7994557 or 4391814. OLE color: 4391814.

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

Color convert

RGB134367-
CMYK00.980.50.47
HSL330.69º95.62%26.86%-
HSV(B)330.69º97.76%52.55%-
XYZ10.885.545.81-
YUV49.46137.9188.3-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 65.69%
GREEN value IS 3 (1.56% from 255) = 1.47%
BLUE value IS 67 (26.56% from 255) = 32.84%
R=65.69%
G=1.47%
B=32.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.5
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13436700.980.50.47330.6995.6226.86
Hex86343062322F14b601b
Octal20631030142625751314033
Binary1000011011100001101100010110010101111101001011110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #860343

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #860343; }

 p { color: rgb(134,3,67); }

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

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

 a { background-color: rgb(134,3,67); }

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

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

 span { border-color: rgb(134,3,67); }

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