Html Css Color HEX #870249 Tyrian Purple

📋 copy color: '#870249'

red 135 ◦ green 2 ◦ blue 73

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

Shades of Tyrian Purple #870249

Tints of Tyrian Purple #870249

RGB

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

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

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

R = 64.29%
G = 0.95%
B = 34.76%

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

#870249 (or 0x870249) is known color: Tyrian Purple. HEX triplet: 87, 02 and 49. RGB value is (135,2,73). Sum of RGB (Red+Green+Blue) = 135+2+73=210 (27% of max value = 765). Red value is 135 (53.12% from 255 or 64.29% from 210); Green value is 2 (1.17% from 255 or 0.95% from 210); Blue value is 73 (28.91% from 255 or 34.76% from 210); Max value from RGB is 135 - color contains mainly: red. Hex color #870249 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #870249 is #78FDB6. Grayscale: #313131. Windows color (decimal): -7929271 or 4784775. OLE color: 4784775.

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

Color convert

RGB 135 2 73 -
CMYK 0 0.99 0.46 0.47
HSL 327.97º 0.97% 0.27% -
HSV(B) 327.97º 0.99% 0.53% -
XYZ 11.22 5.68 6.81 -
YUV 49.86 141.06 188.73 -
System Red Green Blue C M Y K H S L
Decimal 135 2 73 0 0.99 0.46 0.47 327.97 0.97 0.27
Hex 87 2 49 0 63 2E 2F 148 61 1B
Octal 207 2 111 0 143 56 57 510 141 33
Binary 10000111 10 1001001 0 1100011 101110 101111 101001000 1100001 11011

Color Harmonies of #870249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870249

Black with #870249

Text Example


Text Example

White with #870249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #870249; }

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

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

background-color css

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

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

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

border-color css

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

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

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