Html Css Color HEX #870041 Tyrian Purple

📋 copy color: '#870041'

red 135 ◦ green 0 ◦ blue 65

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

Shades of Tyrian Purple #870041

Tints of Tyrian Purple #870041

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 67.5%
G = 0%
B = 32.5%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.52

 K value IS 0.47

RGB Variations

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

Color information

#870041 (or 0x870041) is known color: Tyrian Purple. HEX triplet: 87, 00 and 41. RGB value is (135,0,65). Sum of RGB (Red+Green+Blue) = 135+0+65=200 (26% of max value = 765). Red value is 135 (53.12% from 255 or 67.5% from 200); Green value is 0 (0.39% from 255 or 0% from 200); Blue value is 65 (25.78% from 255 or 32.5% from 200); Max value from RGB is 135 - color contains mainly: red. Hex color #870041 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #870041 is #78FFBE. Grayscale: #2F2F2F. Windows color (decimal): -7929791 or 4259975. OLE color: 4259975.

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

Color convert

RGB 135 0 65 -
CMYK 0 1 0.52 0.47
HSL 331.11º 1% 0.26% -
HSV(B) 331.11º 1% 0.53% -
XYZ 10.95 5.53 5.49 -
YUV 47.78 137.73 190.21 -
System Red Green Blue C M Y K H S L
Decimal 135 0 65 0 1 0.52 0.47 331.11 1 0.26
Hex 87 0 41 0 64 34 2F 14B 64 1A
Octal 207 0 101 0 144 64 57 513 144 32
Binary 10000111 0 1000001 0 1100100 110100 101111 101001011 1100100 11010

Color Harmonies of #870041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870041

Black with #870041

Text Example


Text Example

White with #870041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #870041; }

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

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

background-color css

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

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

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

border-color css

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

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

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