Html Css Color HEX #86003D Tyrian Purple

📋 copy color: '#86003D'

red 134 ◦ green 0 ◦ blue 61

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

Shades of Tyrian Purple #86003D

Tints of Tyrian Purple #86003D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 31.28%

R = 68.72%
G = 0%
B = 31.28%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.54

 K value IS 0.47

RGB Variations

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

Color information

#86003D (or 0x86003D) is known color: Tyrian Purple. HEX triplet: 86, 00 and 3D. RGB value is (134,0,61). Sum of RGB (Red+Green+Blue) = 134+0+61=195 (25% of max value = 765). Red value is 134 (52.73% from 255 or 68.72% from 195); Green value is 0 (0.39% from 255 or 0% from 195); Blue value is 61 (24.22% from 255 or 31.28% from 195); Max value from RGB is 134 - color contains mainly: red. Hex color #86003D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #86003D is #79FFC2. Grayscale: #2E2E2E. Windows color (decimal): -7995331 or 3997830. OLE color: 3997830.

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

Color convert

RGB 134 0 61 -
CMYK 0 1 0.54 0.47
HSL 332.69º 1% 0.26% -
HSV(B) 332.69º 1% 0.53% -
XYZ 10.67 5.41 4.9 -
YUV 47.02 135.89 190.04 -
System Red Green Blue C M Y K H S L
Decimal 134 0 61 0 1 0.54 0.47 332.69 1 0.26
Hex 86 0 3D 0 64 36 2F 14D 64 1A
Octal 206 0 75 0 144 66 57 515 144 32
Binary 10000110 0 111101 0 1100100 110110 101111 101001101 1100100 11010

Color Harmonies of #86003D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86003D

Black with #86003D

Text Example


Text Example

White with #86003D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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