Html Css Color HEX #870840 Tyrian Purple

📋 copy color: '#870840'

red 135 ◦ green 8 ◦ blue 64

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

Shades of Tyrian Purple #870840

Tints of Tyrian Purple #870840

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.86%

 BLUE value IS 64 (25.39% from 255) = 30.92%

R = 65.22%
G = 3.86%
B = 30.92%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.53

 K value IS 0.47

RGB Variations

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

Color information

#870840 (or 0x870840) is known color: Tyrian Purple. HEX triplet: 87, 08 and 40. RGB value is (135,8,64). Sum of RGB (Red+Green+Blue) = 135+8+64=207 (27% of max value = 765). Red value is 135 (53.12% from 255 or 65.22% from 207); Green value is 8 (3.52% from 255 or 3.86% from 207); Blue value is 64 (25.39% from 255 or 30.92% from 207); Max value from RGB is 135 - color contains mainly: red. Hex color #870840 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #870840 is #78F7BF. Grayscale: #343434. Windows color (decimal): -7927744 or 4196487. OLE color: 4196487.

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

Color convert

RGB 135 8 64 -
CMYK 0 0.94 0.53 0.47
HSL 333.54º 0.89% 0.28% -
HSV(B) 333.54º 0.94% 0.53% -
XYZ 11 5.69 5.37 -
YUV 52.36 134.58 186.95 -
System Red Green Blue C M Y K H S L
Decimal 135 8 64 0 0.94 0.53 0.47 333.54 0.89 0.28
Hex 87 8 40 0 5E 35 2F 14E 59 1C
Octal 207 10 100 0 136 65 57 516 131 34
Binary 10000111 1000 1000000 0 1011110 110101 101111 101001110 1011001 11100

Color Harmonies of #870840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870840

Black with #870840

Text Example


Text Example

White with #870840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #870840; }

 p { color: rgb(135,8,64); }

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

background-color css

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

 a { background-color: rgb(135,8,64); }

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

border-color css

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

 span { border-color: rgb(135,8,64); }

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