#860041

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

Shades of Tyrian Purple #860041

Tints of Tyrian Purple #860041

Color information

#860041 (or 0x860041) is unknown color: approx Tyrian Purple. HEX triplet: 86, 00 and 41. RGB value is (134,0,65). Sum of RGB (Red+Green+Blue) = 134+0+65=199 (26% of max value = 765). Red value is 134 (52.73% from 255 or 67.34% from 199); Green value is 0 (0.39% from 255 or 0% from 199); Blue value is 65 (25.78% from 255 or 32.66% from 199); Max value from RGB is 134 - color contains mainly: red. Hex color #860041 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #860041 is #79FFBE. Grayscale: #2F2F2F. Windows color (decimal): -7995327 or 4259974. OLE color: 4259974.

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

Color convert

RGB134065-
CMYK010.510.47
HSL330.9º100%26.27%-
HSV(B)330.9º100%52.55%-
XYZ10.795.455.48-
YUV47.48137.89189.71-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 67.34%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 65 (25.78% from 255) = 32.66%
R=67.34%
G=0%
B=32.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.51
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134065010.510.47330.910026.27
Hex86041064332F14b641a
Octal20601010144635751314432
Binary100001100100000101100100110011101111101001011110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #860041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #860041; }

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

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

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

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

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

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

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

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