Html Css Color HEX #870440 Tyrian Purple

📋 copy color: '#870440'

red 135 ◦ green 4 ◦ blue 64

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

Shades of Tyrian Purple #870440

Tints of Tyrian Purple #870440

RGB

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

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

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

R = 66.5%
G = 1.97%
B = 31.53%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.53

 K value IS 0.47

RGB Variations

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

Color information

#870440 (or 0x870440) is known color: Tyrian Purple. HEX triplet: 87, 04 and 40. RGB value is (135,4,64). Sum of RGB (Red+Green+Blue) = 135+4+64=203 (26% of max value = 765). Red value is 135 (53.12% from 255 or 66.50% from 203); Green value is 4 (1.95% from 255 or 1.97% from 203); Blue value is 64 (25.39% from 255 or 31.53% from 203); Max value from RGB is 135 - color contains mainly: red. Hex color #870440 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #870440 is #78FBBF. Grayscale: #313131. Windows color (decimal): -7928768 or 4195463. OLE color: 4195463.

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

Color convert

RGB 135 4 64 -
CMYK 0 0.97 0.53 0.47
HSL 332.52º 0.94% 0.27% -
HSV(B) 332.52º 0.97% 0.53% -
XYZ 10.96 5.61 5.36 -
YUV 50.01 135.9 188.62 -
System Red Green Blue C M Y K H S L
Decimal 135 4 64 0 0.97 0.53 0.47 332.52 0.94 0.27
Hex 87 4 40 0 61 35 2F 14D 5E 1B
Octal 207 4 100 0 141 65 57 515 136 33
Binary 10000111 100 1000000 0 1100001 110101 101111 101001101 1011110 11011

Color Harmonies of #870440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870440

Black with #870440

Text Example


Text Example

White with #870440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #870440; }

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

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

background-color css

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

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

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

border-color css

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

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

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