Html Css Color HEX #860043 Tyrian Purple

📋 copy color: '#860043'

red 134 ◦ green 0 ◦ blue 67

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

Shades of Tyrian Purple #860043

Tints of Tyrian Purple #860043

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 33.33%

R = 66.67%
G = 0%
B = 33.33%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.5

 K value IS 0.47

RGB Variations

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

Color information

#860043 (or 0x860043) is known color: Tyrian Purple. HEX triplet: 86, 00 and 43. RGB value is (134,0,67). Sum of RGB (Red+Green+Blue) = 134+0+67=201 (26% of max value = 765). Red value is 134 (52.73% from 255 or 66.67% from 201); Green value is 0 (0.39% from 255 or 0% from 201); Blue value is 67 (26.56% from 255 or 33.33% from 201); Max value from RGB is 134 - color contains mainly: red. Hex color #860043 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #860043 is #79FFBC. Grayscale: #2F2F2F. Windows color (decimal): -7995325 or 4391046. OLE color: 4391046.

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

Color convert

RGB 134 0 67 -
CMYK 0 1 0.5 0.47
HSL 330º 1% 0.26% -
HSV(B) 330º 1% 0.53% -
XYZ 10.84 5.47 5.8 -
YUV 47.7 138.89 189.55 -
System Red Green Blue C M Y K H S L
Decimal 134 0 67 0 1 0.5 0.47 330 1 0.26
Hex 86 0 43 0 64 32 2F 14A 64 1A
Octal 206 0 103 0 144 62 57 512 144 32
Binary 10000110 0 1000011 0 1100100 110010 101111 101001010 1100100 11010

Color Harmonies of #860043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860043

Black with #860043

Text Example


Text Example

White with #860043

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #860043; }

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

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

background-color css

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

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

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

border-color css

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

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

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