Html Css Color HEX #870741 Tyrian Purple

📋 copy color: '#870741'

red 135 ◦ green 7 ◦ blue 65

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

Shades of Tyrian Purple #870741

Tints of Tyrian Purple #870741

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.38%

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

R = 65.22%
G = 3.38%
B = 31.4%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.52

 K value IS 0.47

RGB Variations

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

Color information

#870741 (or 0x870741) is known color: Tyrian Purple. HEX triplet: 87, 07 and 41. RGB value is (135,7,65). Sum of RGB (Red+Green+Blue) = 135+7+65=207 (27% of max value = 765). Red value is 135 (53.12% from 255 or 65.22% from 207); Green value is 7 (3.12% from 255 or 3.38% from 207); Blue value is 65 (25.78% from 255 or 31.40% from 207); Max value from RGB is 135 - color contains mainly: red. Hex color #870741 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #870741 is #78F8BE. Grayscale: #333333. Windows color (decimal): -7927999 or 4261767. OLE color: 4261767.

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

Color convert

RGB 135 7 65 -
CMYK 0 0.95 0.52 0.47
HSL 332.81º 0.9% 0.28% -
HSV(B) 332.81º 0.95% 0.53% -
XYZ 11.02 5.68 5.52 -
YUV 51.88 135.41 187.28 -
System Red Green Blue C M Y K H S L
Decimal 135 7 65 0 0.95 0.52 0.47 332.81 0.9 0.28
Hex 87 7 41 0 5F 34 2F 14D 5A 1C
Octal 207 7 101 0 137 64 57 515 132 34
Binary 10000111 111 1000001 0 1011111 110100 101111 101001101 1011010 11100

Color Harmonies of #870741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870741

Black with #870741

Text Example


Text Example

White with #870741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #870741; }

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

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

background-color css

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

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

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

border-color css

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

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

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