Html Css Color HEX #870841 Tyrian Purple

📋 copy color: '#870841'

red 135 ◦ green 8 ◦ blue 65

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

Shades of Tyrian Purple #870841

Tints of Tyrian Purple #870841

RGB

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

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

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

R = 64.9%
G = 3.85%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.52

 K value IS 0.47

RGB Variations

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

Color information

#870841 (or 0x870841) is known color: Tyrian Purple. HEX triplet: 87, 08 and 41. RGB value is (135,8,65). Sum of RGB (Red+Green+Blue) = 135+8+65=208 (27% of max value = 765). Red value is 135 (53.12% from 255 or 64.90% from 208); Green value is 8 (3.52% from 255 or 3.85% from 208); Blue value is 65 (25.78% from 255 or 31.25% from 208); Max value from RGB is 135 - color contains mainly: red. Hex color #870841 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #870841 is #78F7BE. Grayscale: #343434. Windows color (decimal): -7927743 or 4262023. OLE color: 4262023.

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

Color convert

RGB 135 8 65 -
CMYK 0 0.94 0.52 0.47
HSL 333.07º 0.89% 0.28% -
HSV(B) 333.07º 0.94% 0.53% -
XYZ 11.03 5.71 5.52 -
YUV 52.47 135.08 186.87 -
System Red Green Blue C M Y K H S L
Decimal 135 8 65 0 0.94 0.52 0.47 333.07 0.89 0.28
Hex 87 8 41 0 5E 34 2F 14D 59 1C
Octal 207 10 101 0 136 64 57 515 131 34
Binary 10000111 1000 1000001 0 1011110 110100 101111 101001101 1011001 11100

Color Harmonies of #870841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870841

Black with #870841

Text Example


Text Example

White with #870841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #870841; }

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

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

background-color css

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

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

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

border-color css

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

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

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