Html Css Color HEX #86053F Tyrian Purple

📋 copy color: '#86053F'

red 134 ◦ green 5 ◦ blue 63

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

Shades of Tyrian Purple #86053F

Tints of Tyrian Purple #86053F

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.48%

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

R = 66.34%
G = 2.48%
B = 31.19%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.53

 K value IS 0.47

RGB Variations

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

Color information

#86053F (or 0x86053F) is known color: Tyrian Purple. HEX triplet: 86, 05 and 3F. RGB value is (134,5,63). Sum of RGB (Red+Green+Blue) = 134+5+63=202 (26% of max value = 765). Red value is 134 (52.73% from 255 or 66.34% from 202); Green value is 5 (2.34% from 255 or 2.48% from 202); Blue value is 63 (25% from 255 or 31.19% from 202); Max value from RGB is 134 - color contains mainly: red. Hex color #86053F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #86053F is #79FAC0. Grayscale: #323232. Windows color (decimal): -7994049 or 4130182. OLE color: 4130182.

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

Color convert

RGB 134 5 63 -
CMYK 0 0.96 0.53 0.47
HSL 333.02º 0.93% 0.27% -
HSV(B) 333.02º 0.96% 0.53% -
XYZ 10.78 5.54 5.2 -
YUV 50.18 135.24 187.78 -
System Red Green Blue C M Y K H S L
Decimal 134 5 63 0 0.96 0.53 0.47 333.02 0.93 0.27
Hex 86 5 3F 0 60 35 2F 14D 5D 1B
Octal 206 5 77 0 140 65 57 515 135 33
Binary 10000110 101 111111 0 1100000 110101 101111 101001101 1011101 11011

Color Harmonies of #86053F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86053F

Black with #86053F

Text Example


Text Example

White with #86053F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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