Html Css Color HEX #860A40 Tyrian Purple

📋 copy color: '#860A40'

red 134 ◦ green 10 ◦ blue 64

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

Shades of Tyrian Purple #860A40

Tints of Tyrian Purple #860A40

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.81%

 BLUE value IS 64 (25.39% from 255) = 30.77%

R = 64.42%
G = 4.81%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.52

 K value IS 0.47

RGB Variations

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

Color information

#860A40 (or 0x860A40) is known color: Tyrian Purple. HEX triplet: 86, 0A and 40. RGB value is (134,10,64). Sum of RGB (Red+Green+Blue) = 134+10+64=208 (27% of max value = 765). Red value is 134 (52.73% from 255 or 64.42% from 208); Green value is 10 (4.30% from 255 or 4.81% from 208); Blue value is 64 (25.39% from 255 or 30.77% from 208); Max value from RGB is 134 - color contains mainly: red. Hex color #860A40 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #860A40 is #79F5BF. Grayscale: #353535. Windows color (decimal): -7992768 or 4196998. OLE color: 4196998.

HSL color Cylindrical-coordinate representation of color #860A40: hue angle of 333.87º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #860A40 is Cyan = 0, Magento = 0.93, Yellow = 0.52 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 10 64 -
CMYK 0 0.93 0.52 0.47
HSL 333.87º 0.86% 0.28% -
HSV(B) 333.87º 0.93% 0.53% -
XYZ 10.87 5.66 5.37 -
YUV 53.23 134.08 185.61 -
System Red Green Blue C M Y K H S L
Decimal 134 10 64 0 0.93 0.52 0.47 333.87 0.86 0.28
Hex 86 A 40 0 5D 34 2F 14E 56 1C
Octal 206 12 100 0 135 64 57 516 126 34
Binary 10000110 1010 1000000 0 1011101 110100 101111 101001110 1010110 11100

Color Harmonies of #860A40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860A40

Black with #860A40

Text Example


Text Example

White with #860A40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #860A40; }

 p { color: rgb(134,10,64); }

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

background-color css

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

 a { background-color: rgb(134,10,64); }

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

border-color css

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

 span { border-color: rgb(134,10,64); }

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