#860645

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

Shades of Tyrian Purple #860645

Tints of Tyrian Purple #860645

Color information

#860645 (or 0x860645) is unknown color: approx Tyrian Purple. HEX triplet: 86, 06 and 45. RGB value is (134,6,69). Sum of RGB (Red+Green+Blue) = 134+6+69=209 (27% of max value = 765). Red value is 134 (52.73% from 255 or 64.11% from 209); Green value is 6 (2.73% from 255 or 2.87% from 209); Blue value is 69 (27.34% from 255 or 33.01% from 209); Max value from RGB is 134 - color contains mainly: red. Hex color #860645 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #860645 is #79F9BA. Grayscale: #333333. Windows color (decimal): -7993787 or 4523654. OLE color: 4523654.

HSL color Cylindrical-coordinate representation of color #860645: hue angle of 330.47º 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 #860645 is Cyan = 0, Magento = 0.96, Yellow = 0.49 and Black (K on CMYK) = 0.47.

Color convert

RGB134669-
CMYK00.960.490.47
HSL330.47º91.43%27.45%-
HSV(B)330.47º95.52%52.55%-
XYZ10.975.636.14-
YUV51.45137.91186.88-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 64.11%
GREEN value IS 6 (2.73% from 255) = 2.87%
BLUE value IS 69 (27.34% from 255) = 33.01%
R=64.11%
G=2.87%
B=33.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.49
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13466900.960.490.47330.4791.4327.45
Hex86645060312F14a5b1b
Octal20661050140615751213333
Binary10000110110100010101100000110001101111101001010101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #860645

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #860645; }

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

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

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

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

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

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

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

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