#860541

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

Shades of Tyrian Purple #860541

Tints of Tyrian Purple #860541

Color information

#860541 (or 0x860541) is unknown color: approx Tyrian Purple. HEX triplet: 86, 05 and 41. RGB value is (134,5,65). Sum of RGB (Red+Green+Blue) = 134+5+65=204 (27% of max value = 765). Red value is 134 (52.73% from 255 or 65.69% from 204); Green value is 5 (2.34% from 255 or 2.45% from 204); Blue value is 65 (25.78% from 255 or 31.86% from 204); Max value from RGB is 134 - color contains mainly: red. Hex color #860541 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #860541 is #79FABE. Grayscale: #323232. Windows color (decimal): -7994047 or 4261254. OLE color: 4261254.

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

Color convert

RGB134565-
CMYK00.960.510.47
HSL332.09º92.81%27.25%-
HSV(B)332.09º96.27%52.55%-
XYZ10.845.565.5-
YUV50.41136.24187.62-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 65.69%
GREEN value IS 5 (2.34% from 255) = 2.45%
BLUE value IS 65 (25.78% from 255) = 31.86%
R=65.69%
G=2.45%
B=31.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.51
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13456500.960.510.47332.0992.8127.25
Hex86541060332F14c5d1b
Octal20651010140635751413533
Binary10000110101100000101100000110011101111101001100101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #860541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #860541; }

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

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

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

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

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

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

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

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