Html Css Color HEX #860249 Tyrian Purple

📋 copy color: '#860249'

red 134 ◦ green 2 ◦ blue 73

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

Shades of Tyrian Purple #860249

Tints of Tyrian Purple #860249

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.96%

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

R = 64.11%
G = 0.96%
B = 34.93%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.46

 K value IS 0.47

RGB Variations

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

Color information

#860249 (or 0x860249) is known color: Tyrian Purple. HEX triplet: 86, 02 and 49. RGB value is (134,2,73). Sum of RGB (Red+Green+Blue) = 134+2+73=209 (27% of max value = 765). Red value is 134 (52.73% from 255 or 64.11% from 209); Green value is 2 (1.17% from 255 or 0.96% from 209); Blue value is 73 (28.91% from 255 or 34.93% from 209); Max value from RGB is 134 - color contains mainly: red. Hex color #860249 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #860249 is #79FDB6. Grayscale: #313131. Windows color (decimal): -7994807 or 4784774. OLE color: 4784774.

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

Color convert

RGB 134 2 73 -
CMYK 0 0.99 0.46 0.47
HSL 327.73º 0.97% 0.27% -
HSV(B) 327.73º 0.99% 0.53% -
XYZ 11.06 5.59 6.8 -
YUV 49.56 141.23 188.23 -
System Red Green Blue C M Y K H S L
Decimal 134 2 73 0 0.99 0.46 0.47 327.73 0.97 0.27
Hex 86 2 49 0 63 2E 2F 148 61 1B
Octal 206 2 111 0 143 56 57 510 141 33
Binary 10000110 10 1001001 0 1100011 101110 101111 101001000 1100001 11011

Color Harmonies of #860249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860249

Black with #860249

Text Example


Text Example

White with #860249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #860249; }

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

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

background-color css

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

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

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

border-color css

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

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

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