Html Css Color HEX #860041 Tyrian Purple

📋 copy color: '#860041'

red 134 ◦ green 0 ◦ blue 65

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

Shades of Tyrian Purple #860041

Tints of Tyrian Purple #860041

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 32.66%

R = 67.34%
G = 0%
B = 32.66%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.51

 K value IS 0.47

RGB Variations

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

Color information

#860041 (or 0x860041) is known color: Tyrian Purple. HEX triplet: 86, 00 and 41. RGB value is (134,0,65). Sum of RGB (Red+Green+Blue) = 134+0+65=199 (26% of max value = 765). Red value is 134 (52.73% from 255 or 67.34% from 199); Green value is 0 (0.39% from 255 or 0% from 199); Blue value is 65 (25.78% from 255 or 32.66% from 199); Max value from RGB is 134 - color contains mainly: red. Hex color #860041 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #860041 is #79FFBE. Grayscale: #2F2F2F. Windows color (decimal): -7995327 or 4259974. OLE color: 4259974.

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

Color convert

RGB 134 0 65 -
CMYK 0 1 0.51 0.47
HSL 330.9º 1% 0.26% -
HSV(B) 330.9º 1% 0.53% -
XYZ 10.79 5.45 5.48 -
YUV 47.48 137.89 189.71 -
System Red Green Blue C M Y K H S L
Decimal 134 0 65 0 1 0.51 0.47 330.9 1 0.26
Hex 86 0 41 0 64 33 2F 14B 64 1A
Octal 206 0 101 0 144 63 57 513 144 32
Binary 10000110 0 1000001 0 1100100 110011 101111 101001011 1100100 11010

Color Harmonies of #860041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860041

Black with #860041

Text Example


Text Example

White with #860041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #860041; }

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

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

background-color css

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

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

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

border-color css

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

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

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