#860841

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

Shades of Tyrian Purple #860841

Tints of Tyrian Purple #860841

Color information

#860841 (or 0x860841) is unknown color: approx Tyrian Purple. HEX triplet: 86, 08 and 41. RGB value is (134,8,65). Sum of RGB (Red+Green+Blue) = 134+8+65=207 (27% of max value = 765). Red value is 134 (52.73% from 255 or 64.73% from 207); Green value is 8 (3.52% from 255 or 3.86% from 207); Blue value is 65 (25.78% from 255 or 31.40% from 207); Max value from RGB is 134 - color contains mainly: red. Hex color #860841 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #860841 is #79F7BE. Grayscale: #343434. Windows color (decimal): -7993279 or 4262022. OLE color: 4262022.

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

Color convert

RGB134865-
CMYK00.940.510.47
HSL332.86º88.73%27.84%-
HSV(B)332.86º94.03%52.55%-
XYZ10.875.625.51-
YUV52.17135.24186.37-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 64.73%
GREEN value IS 8 (3.52% from 255) = 3.86%
BLUE value IS 65 (25.78% from 255) = 31.40%
R=64.73%
G=3.86%
B=31.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.51
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13486500.940.510.47332.8688.7327.84
Hex8684105E332F14d591c
Octal206101010136635751513134
Binary100001101000100000101011110110011101111101001101101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #860841

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #860841; }

 p { color: rgb(134,8,65); }

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

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

 a { background-color: rgb(134,8,65); }

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

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

 span { border-color: rgb(134,8,65); }

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