Html Css Color HEX #860947 Tyrian Purple

📋 copy color: '#860947'

red 134 ◦ green 9 ◦ blue 71

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

Shades of Tyrian Purple #860947

Tints of Tyrian Purple #860947

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.21%

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

R = 62.62%
G = 4.21%
B = 33.18%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.47

 K value IS 0.47

RGB Variations

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

Color information

#860947 (or 0x860947) is known color: Tyrian Purple. HEX triplet: 86, 09 and 47. RGB value is (134,9,71). Sum of RGB (Red+Green+Blue) = 134+9+71=214 (28% of max value = 765). Red value is 134 (52.73% from 255 or 62.62% from 214); Green value is 9 (3.91% from 255 or 4.21% from 214); Blue value is 71 (28.12% from 255 or 33.18% from 214); Max value from RGB is 134 - color contains mainly: red. Hex color #860947 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #860947 is #79F6B8. Grayscale: #353535. Windows color (decimal): -7993017 or 4655494. OLE color: 4655494.

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

Color convert

RGB 134 9 71 -
CMYK 0 0.93 0.47 0.47
HSL 330.24º 0.87% 0.28% -
HSV(B) 330.24º 0.93% 0.53% -
XYZ 11.07 5.72 6.48 -
YUV 53.44 137.91 185.46 -
System Red Green Blue C M Y K H S L
Decimal 134 9 71 0 0.93 0.47 0.47 330.24 0.87 0.28
Hex 86 9 47 0 5D 2F 2F 14A 57 1C
Octal 206 11 107 0 135 57 57 512 127 34
Binary 10000110 1001 1000111 0 1011101 101111 101111 101001010 1010111 11100

Color Harmonies of #860947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860947

Black with #860947

Text Example


Text Example

White with #860947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #860947; }

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

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

background-color css

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

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

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

border-color css

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

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

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