Html Css Color HEX #870241 Tyrian Purple

📋 copy color: '#870241'

red 135 ◦ green 2 ◦ blue 65

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

Shades of Tyrian Purple #870241

Tints of Tyrian Purple #870241

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.99%

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

R = 66.83%
G = 0.99%
B = 32.18%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.52

 K value IS 0.47

RGB Variations

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

Color information

#870241 (or 0x870241) is known color: Tyrian Purple. HEX triplet: 87, 02 and 41. RGB value is (135,2,65). Sum of RGB (Red+Green+Blue) = 135+2+65=202 (26% of max value = 765). Red value is 135 (53.12% from 255 or 66.83% from 202); Green value is 2 (1.17% from 255 or 0.99% from 202); Blue value is 65 (25.78% from 255 or 32.18% from 202); Max value from RGB is 135 - color contains mainly: red. Hex color #870241 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #870241 is #78FDBE. Grayscale: #303030. Windows color (decimal): -7929279 or 4260487. OLE color: 4260487.

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

Color convert

RGB 135 2 65 -
CMYK 0 0.99 0.52 0.47
HSL 331.58º 0.97% 0.27% -
HSV(B) 331.58º 0.99% 0.53% -
XYZ 10.97 5.58 5.5 -
YUV 48.95 137.06 189.38 -
System Red Green Blue C M Y K H S L
Decimal 135 2 65 0 0.99 0.52 0.47 331.58 0.97 0.27
Hex 87 2 41 0 63 34 2F 14C 61 1B
Octal 207 2 101 0 143 64 57 514 141 33
Binary 10000111 10 1000001 0 1100011 110100 101111 101001100 1100001 11011

Color Harmonies of #870241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870241

Black with #870241

Text Example


Text Example

White with #870241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #870241; }

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

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

background-color css

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

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

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

border-color css

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

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

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