Html Css Color HEX #870441 Tyrian Purple

📋 copy color: '#870441'

red 135 ◦ green 4 ◦ blue 65

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

Shades of Tyrian Purple #870441

Tints of Tyrian Purple #870441

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 31.86%

R = 66.18%
G = 1.96%
B = 31.86%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.52

 K value IS 0.47

RGB Variations

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

Color information

#870441 (or 0x870441) is known color: Tyrian Purple. HEX triplet: 87, 04 and 41. RGB value is (135,4,65). Sum of RGB (Red+Green+Blue) = 135+4+65=204 (27% of max value = 765). Red value is 135 (53.12% from 255 or 66.18% from 204); Green value is 4 (1.95% from 255 or 1.96% from 204); Blue value is 65 (25.78% from 255 or 31.86% from 204); Max value from RGB is 135 - color contains mainly: red. Hex color #870441 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #870441 is #78FBBE. Grayscale: #323232. Windows color (decimal): -7928767 or 4260999. OLE color: 4260999.

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

Color convert

RGB 135 4 65 -
CMYK 0 0.97 0.52 0.47
HSL 332.06º 0.94% 0.27% -
HSV(B) 332.06º 0.97% 0.53% -
XYZ 10.99 5.62 5.51 -
YUV 50.12 136.4 188.54 -
System Red Green Blue C M Y K H S L
Decimal 135 4 65 0 0.97 0.52 0.47 332.06 0.94 0.27
Hex 87 4 41 0 61 34 2F 14C 5E 1B
Octal 207 4 101 0 141 64 57 514 136 33
Binary 10000111 100 1000001 0 1100001 110100 101111 101001100 1011110 11011

Color Harmonies of #870441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870441

Black with #870441

Text Example


Text Example

White with #870441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #870441; }

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

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

background-color css

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

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

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

border-color css

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

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

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