Html Css Color HEX #860649 Tyrian Purple

📋 copy color: '#860649'

red 134 ◦ green 6 ◦ blue 73

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

Shades of Tyrian Purple #860649

Tints of Tyrian Purple #860649

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.82%

 BLUE value IS 73 (28.91% from 255) = 34.27%

R = 62.91%
G = 2.82%
B = 34.27%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.46

 K value IS 0.47

RGB Variations

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

Color information

#860649 (or 0x860649) is known color: Tyrian Purple. HEX triplet: 86, 06 and 49. RGB value is (134,6,73). Sum of RGB (Red+Green+Blue) = 134+6+73=213 (28% of max value = 765). Red value is 134 (52.73% from 255 or 62.91% from 213); Green value is 6 (2.73% from 255 or 2.82% from 213); Blue value is 73 (28.91% from 255 or 34.27% from 213); Max value from RGB is 134 - color contains mainly: red. Hex color #860649 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #860649 is #79F9B6. Grayscale: #333333. Windows color (decimal): -7993783 or 4785798. OLE color: 4785798.

HSL color Cylindrical-coordinate representation of color #860649: hue angle of 328.59º degrees, saturation: 0.91, 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 #860649 is Cyan = 0, Magento = 0.96, Yellow = 0.46 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 6 73 -
CMYK 0 0.96 0.46 0.47
HSL 328.59º 0.91% 0.27% -
HSV(B) 328.59º 0.96% 0.53% -
XYZ 11.1 5.68 6.81 -
YUV 51.91 139.91 186.55 -
System Red Green Blue C M Y K H S L
Decimal 134 6 73 0 0.96 0.46 0.47 328.59 0.91 0.27
Hex 86 6 49 0 60 2E 2F 149 5B 1B
Octal 206 6 111 0 140 56 57 511 133 33
Binary 10000110 110 1001001 0 1100000 101110 101111 101001001 1011011 11011

Color Harmonies of #860649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860649

Black with #860649

Text Example


Text Example

White with #860649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #860649; }

 p { color: rgb(134,6,73); }

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

background-color css

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

 a { background-color: rgb(134,6,73); }

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

border-color css

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

 span { border-color: rgb(134,6,73); }

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