Html Css Color HEX #870040 Tyrian Purple

📋 copy color: '#870040'

red 135 ◦ green 0 ◦ blue 64

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

Shades of Tyrian Purple #870040

Tints of Tyrian Purple #870040

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 67.84%
G = 0%
B = 32.16%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.53

 K value IS 0.47

RGB Variations

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

Color information

#870040 (or 0x870040) is known color: Tyrian Purple. HEX triplet: 87, 00 and 40. RGB value is (135,0,64). Sum of RGB (Red+Green+Blue) = 135+0+64=199 (26% of max value = 765). Red value is 135 (53.12% from 255 or 67.84% from 199); Green value is 0 (0.39% from 255 or 0% from 199); Blue value is 64 (25.39% from 255 or 32.16% from 199); Max value from RGB is 135 - color contains mainly: red. Hex color #870040 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #870040 is #78FFBF. Grayscale: #2F2F2F. Windows color (decimal): -7929792 or 4194439. OLE color: 4194439.

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

Color convert

RGB 135 0 64 -
CMYK 0 1 0.53 0.47
HSL 331.56º 1% 0.26% -
HSV(B) 331.56º 1% 0.53% -
XYZ 10.92 5.52 5.34 -
YUV 47.66 137.23 190.3 -
System Red Green Blue C M Y K H S L
Decimal 135 0 64 0 1 0.53 0.47 331.56 1 0.26
Hex 87 0 40 0 64 35 2F 14C 64 1A
Octal 207 0 100 0 144 65 57 514 144 32
Binary 10000111 0 1000000 0 1100100 110101 101111 101001100 1100100 11010

Color Harmonies of #870040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870040

Black with #870040

Text Example


Text Example

White with #870040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #870040; }

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

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

background-color css

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

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

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

border-color css

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

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

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