Html Css Color HEX #86013E Tyrian Purple

📋 copy color: '#86013E'

red 134 ◦ green 1 ◦ blue 62

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

Shades of Tyrian Purple #86013E

Tints of Tyrian Purple #86013E

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.51%

 BLUE value IS 62 (24.61% from 255) = 31.47%

R = 68.02%
G = 0.51%
B = 31.47%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.54

 K value IS 0.47

RGB Variations

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

Color information

#86013E (or 0x86013E) is known color: Tyrian Purple. HEX triplet: 86, 01 and 3E. RGB value is (134,1,62). Sum of RGB (Red+Green+Blue) = 134+1+62=197 (26% of max value = 765). Red value is 134 (52.73% from 255 or 68.02% from 197); Green value is 1 (0.78% from 255 or 0.51% from 197); Blue value is 62 (24.61% from 255 or 31.47% from 197); Max value from RGB is 134 - color contains mainly: red. Hex color #86013E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #86013E is #79FEC1. Grayscale: #2F2F2F. Windows color (decimal): -7995074 or 4063622. OLE color: 4063622.

HSL color Cylindrical-coordinate representation of color #86013E: hue angle of 332.48º degrees, saturation: 0.99, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #86013E is Cyan = 0, Magento = 0.99, Yellow = 0.54 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 1 62 -
CMYK 0 0.99 0.54 0.47
HSL 332.48º 0.99% 0.26% -
HSV(B) 332.48º 0.99% 0.53% -
XYZ 10.71 5.44 5.04 -
YUV 47.72 136.06 189.54 -
System Red Green Blue C M Y K H S L
Decimal 134 1 62 0 0.99 0.54 0.47 332.48 0.99 0.26
Hex 86 1 3E 0 63 36 2F 14C 63 1A
Octal 206 1 76 0 143 66 57 514 143 32
Binary 10000110 1 111110 0 1100011 110110 101111 101001100 1100011 11010

Color Harmonies of #86013E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86013E

Black with #86013E

Text Example


Text Example

White with #86013E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86013E; }

 p { color: rgb(134,1,62); }

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

background-color css

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

 a { background-color: rgb(134,1,62); }

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

border-color css

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

 span { border-color: rgb(134,1,62); }

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