Html Css Color HEX #870449 Tyrian Purple

📋 copy color: '#870449'

red 135 ◦ green 4 ◦ blue 73

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

Shades of Tyrian Purple #870449

Tints of Tyrian Purple #870449

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.89%

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

R = 63.68%
G = 1.89%
B = 34.43%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.46

 K value IS 0.47

RGB Variations

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

Color information

#870449 (or 0x870449) is known color: Tyrian Purple. HEX triplet: 87, 04 and 49. RGB value is (135,4,73). Sum of RGB (Red+Green+Blue) = 135+4+73=212 (28% of max value = 765). Red value is 135 (53.12% from 255 or 63.68% from 212); Green value is 4 (1.95% from 255 or 1.89% from 212); Blue value is 73 (28.91% from 255 or 34.43% from 212); Max value from RGB is 135 - color contains mainly: red. Hex color #870449 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #870449 is #78FBB6. Grayscale: #323232. Windows color (decimal): -7928759 or 4785287. OLE color: 4785287.

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

Color convert

RGB 135 4 73 -
CMYK 0 0.97 0.46 0.47
HSL 328.4º 0.94% 0.27% -
HSV(B) 328.4º 0.97% 0.53% -
XYZ 11.24 5.72 6.81 -
YUV 51.04 140.4 187.89 -
System Red Green Blue C M Y K H S L
Decimal 135 4 73 0 0.97 0.46 0.47 328.4 0.94 0.27
Hex 87 4 49 0 61 2E 2F 148 5E 1B
Octal 207 4 111 0 141 56 57 510 136 33
Binary 10000111 100 1001001 0 1100001 101110 101111 101001000 1011110 11011

Color Harmonies of #870449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870449

Black with #870449

Text Example


Text Example

White with #870449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #870449; }

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

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

background-color css

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

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

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

border-color css

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

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

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