Html Css Color HEX #86003F Tyrian Purple

📋 copy color: '#86003F'

red 134 ◦ green 0 ◦ blue 63

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

Shades of Tyrian Purple #86003F

Tints of Tyrian Purple #86003F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 31.98%

R = 68.02%
G = 0%
B = 31.98%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.53

 K value IS 0.47

RGB Variations

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

Color information

#86003F (or 0x86003F) is known color: Tyrian Purple. HEX triplet: 86, 00 and 3F. RGB value is (134,0,63). Sum of RGB (Red+Green+Blue) = 134+0+63=197 (26% of max value = 765). Red value is 134 (52.73% from 255 or 68.02% from 197); Green value is 0 (0.39% from 255 or 0% from 197); Blue value is 63 (25% from 255 or 31.98% from 197); Max value from RGB is 134 - color contains mainly: red. Hex color #86003F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #86003F is #79FFC0. Grayscale: #2F2F2F. Windows color (decimal): -7995329 or 4128902. OLE color: 4128902.

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

Color convert

RGB 134 0 63 -
CMYK 0 1 0.53 0.47
HSL 331.79º 1% 0.26% -
HSV(B) 331.79º 1% 0.53% -
XYZ 10.73 5.43 5.18 -
YUV 47.25 136.89 189.88 -
System Red Green Blue C M Y K H S L
Decimal 134 0 63 0 1 0.53 0.47 331.79 1 0.26
Hex 86 0 3F 0 64 35 2F 14C 64 1A
Octal 206 0 77 0 144 65 57 514 144 32
Binary 10000110 0 111111 0 1100100 110101 101111 101001100 1100100 11010

Color Harmonies of #86003F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86003F

Black with #86003F

Text Example


Text Example

White with #86003F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86003F; }

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

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

background-color css

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

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

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

border-color css

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

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

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