Html Css Color HEX #870949 Tyrian Purple

📋 copy color: '#870949'

red 135 ◦ green 9 ◦ blue 73

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

Shades of Tyrian Purple #870949

Tints of Tyrian Purple #870949

RGB

 RED value IS 135 (53.13% from 255) = 62.21%

 GREEN value IS 9 (3.91% from 255) = 4.15%

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

R = 62.21%
G = 4.15%
B = 33.64%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.46

 K value IS 0.47

RGB Variations

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

Color information

#870949 (or 0x870949) is known color: Tyrian Purple. HEX triplet: 87, 09 and 49. RGB value is (135,9,73). Sum of RGB (Red+Green+Blue) = 135+9+73=217 (28% of max value = 765). Red value is 135 (53.12% from 255 or 62.21% from 217); Green value is 9 (3.91% from 255 or 4.15% from 217); Blue value is 73 (28.91% from 255 or 33.64% from 217); Max value from RGB is 135 - color contains mainly: red. Hex color #870949 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #870949 is #78F6B6. Grayscale: #353535. Windows color (decimal): -7927479 or 4786567. OLE color: 4786567.

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

Color convert

RGB 135 9 73 -
CMYK 0 0.93 0.46 0.47
HSL 329.52º 0.88% 0.28% -
HSV(B) 329.52º 0.93% 0.53% -
XYZ 11.29 5.83 6.83 -
YUV 53.97 138.74 185.8 -
System Red Green Blue C M Y K H S L
Decimal 135 9 73 0 0.93 0.46 0.47 329.52 0.88 0.28
Hex 87 9 49 0 5D 2E 2F 14A 58 1C
Octal 207 11 111 0 135 56 57 512 130 34
Binary 10000111 1001 1001001 0 1011101 101110 101111 101001010 1011000 11100

Color Harmonies of #870949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870949

Black with #870949

Text Example


Text Example

White with #870949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #870949; }

 p { color: rgb(135,9,73); }

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

background-color css

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

 a { background-color: rgb(135,9,73); }

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

border-color css

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

 span { border-color: rgb(135,9,73); }

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