Html Css Color HEX #870541 Tyrian Purple

📋 copy color: '#870541'

red 135 ◦ green 5 ◦ blue 65

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

Shades of Tyrian Purple #870541

Tints of Tyrian Purple #870541

RGB

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

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

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

R = 65.85%
G = 2.44%
B = 31.71%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.52

 K value IS 0.47

RGB Variations

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

Color information

#870541 (or 0x870541) is known color: Tyrian Purple. HEX triplet: 87, 05 and 41. RGB value is (135,5,65). Sum of RGB (Red+Green+Blue) = 135+5+65=205 (27% of max value = 765). Red value is 135 (53.12% from 255 or 65.85% from 205); Green value is 5 (2.34% from 255 or 2.44% from 205); Blue value is 65 (25.78% from 255 or 31.71% from 205); Max value from RGB is 135 - color contains mainly: red. Hex color #870541 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #870541 is #78FABE. Grayscale: #323232. Windows color (decimal): -7928511 or 4261255. OLE color: 4261255.

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

Color convert

RGB 135 5 65 -
CMYK 0 0.96 0.52 0.47
HSL 332.31º 0.93% 0.27% -
HSV(B) 332.31º 0.96% 0.53% -
XYZ 11 5.64 5.51 -
YUV 50.71 136.07 188.12 -
System Red Green Blue C M Y K H S L
Decimal 135 5 65 0 0.96 0.52 0.47 332.31 0.93 0.27
Hex 87 5 41 0 60 34 2F 14C 5D 1B
Octal 207 5 101 0 140 64 57 514 135 33
Binary 10000111 101 1000001 0 1100000 110100 101111 101001100 1011101 11011

Color Harmonies of #870541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870541

Black with #870541

Text Example


Text Example

White with #870541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #870541; }

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

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

background-color css

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

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

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

border-color css

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

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

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