Html Css Color HEX #870540 Tyrian Purple

📋 copy color: '#870540'

red 135 ◦ green 5 ◦ blue 64

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

Shades of Tyrian Purple #870540

Tints of Tyrian Purple #870540

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.45%

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

R = 66.18%
G = 2.45%
B = 31.37%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.53

 K value IS 0.47

RGB Variations

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

Color information

#870540 (or 0x870540) is known color: Tyrian Purple. HEX triplet: 87, 05 and 40. RGB value is (135,5,64). Sum of RGB (Red+Green+Blue) = 135+5+64=204 (27% of max value = 765). Red value is 135 (53.12% from 255 or 66.18% from 204); Green value is 5 (2.34% from 255 or 2.45% from 204); Blue value is 64 (25.39% from 255 or 31.37% from 204); Max value from RGB is 135 - color contains mainly: red. Hex color #870540 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #870540 is #78FABF. Grayscale: #323232. Windows color (decimal): -7928512 or 4195719. OLE color: 4195719.

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

Color convert

RGB 135 5 64 -
CMYK 0 0.96 0.53 0.47
HSL 332.77º 0.93% 0.27% -
HSV(B) 332.77º 0.96% 0.53% -
XYZ 10.97 5.63 5.36 -
YUV 50.6 135.57 188.2 -
System Red Green Blue C M Y K H S L
Decimal 135 5 64 0 0.96 0.53 0.47 332.77 0.93 0.27
Hex 87 5 40 0 60 35 2F 14D 5D 1B
Octal 207 5 100 0 140 65 57 515 135 33
Binary 10000111 101 1000000 0 1100000 110101 101111 101001101 1011101 11011

Color Harmonies of #870540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870540

Black with #870540

Text Example


Text Example

White with #870540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #870540; }

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

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

background-color css

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

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

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

border-color css

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

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

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