Html Css Color HEX #860047 Tyrian Purple

📋 copy color: '#860047'

red 134 ◦ green 0 ◦ blue 71

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

Shades of Tyrian Purple #860047

Tints of Tyrian Purple #860047

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 71 (28.13% from 255) = 34.63%

R = 65.37%
G = 0%
B = 34.63%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.47

 K value IS 0.47

RGB Variations

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

Color information

#860047 (or 0x860047) is known color: Tyrian Purple. HEX triplet: 86, 00 and 47. RGB value is (134,0,71). Sum of RGB (Red+Green+Blue) = 134+0+71=205 (27% of max value = 765). Red value is 134 (52.73% from 255 or 65.37% from 205); Green value is 0 (0.39% from 255 or 0% from 205); Blue value is 71 (28.12% from 255 or 34.63% from 205); Max value from RGB is 134 - color contains mainly: red. Hex color #860047 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #860047 is #79FFB8. Grayscale: #303030. Windows color (decimal): -7995321 or 4653190. OLE color: 4653190.

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

Color convert

RGB 134 0 71 -
CMYK 0 1 0.47 0.47
HSL 328.21º 1% 0.26% -
HSV(B) 328.21º 1% 0.53% -
XYZ 10.97 5.52 6.45 -
YUV 48.16 140.89 189.23 -
System Red Green Blue C M Y K H S L
Decimal 134 0 71 0 1 0.47 0.47 328.21 1 0.26
Hex 86 0 47 0 64 2F 2F 148 64 1A
Octal 206 0 107 0 144 57 57 510 144 32
Binary 10000110 0 1000111 0 1100100 101111 101111 101001000 1100100 11010

Color Harmonies of #860047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860047

Black with #860047

Text Example


Text Example

White with #860047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #860047; }

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

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

background-color css

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

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

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

border-color css

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

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

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