Html Css Color HEX #860740 Tyrian Purple

📋 copy color: '#860740'

red 134 ◦ green 7 ◦ blue 64

#860740
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tyrian Purple #860740

Tints of Tyrian Purple #860740

RGB

 RED value IS 134 (52.73% from 255) = 65.37%

 GREEN value IS 7 (3.13% from 255) = 3.41%

 BLUE value IS 64 (25.39% from 255) = 31.22%

R = 65.37%
G = 3.41%
B = 31.22%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.52

 K value IS 0.47

RGB Variations

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

Color information

#860740 (or 0x860740) is known color: Tyrian Purple. HEX triplet: 86, 07 and 40. RGB value is (134,7,64). Sum of RGB (Red+Green+Blue) = 134+7+64=205 (27% of max value = 765). Red value is 134 (52.73% from 255 or 65.37% from 205); Green value is 7 (3.12% from 255 or 3.41% from 205); Blue value is 64 (25.39% from 255 or 31.22% from 205); Max value from RGB is 134 - color contains mainly: red. Hex color #860740 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #860740 is #79F8BF. Grayscale: #333333. Windows color (decimal): -7993536 or 4196230. OLE color: 4196230.

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

Color convert

RGB 134 7 64 -
CMYK 0 0.95 0.52 0.47
HSL 333.07º 0.9% 0.28% -
HSV(B) 333.07º 0.95% 0.53% -
XYZ 10.83 5.59 5.36 -
YUV 51.47 135.08 186.87 -
System Red Green Blue C M Y K H S L
Decimal 134 7 64 0 0.95 0.52 0.47 333.07 0.9 0.28
Hex 86 7 40 0 5F 34 2F 14D 5A 1C
Octal 206 7 100 0 137 64 57 515 132 34
Binary 10000110 111 1000000 0 1011111 110100 101111 101001101 1011010 11100

Color Harmonies of #860740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860740

Black with #860740

Text Example


Text Example

White with #860740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #860740; }

 p { color: rgb(134,7,64); }

 H1.HeaderClassName
 {
   color: #860740;
 }
 .AnyTagClassName
 {
   color: #860740;
 }
</style>

background-color css

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

 a { background-color: rgb(134,7,64); }

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

border-color css

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

 span { border-color: rgb(134,7,64); }

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