Html Css Color HEX #870946 Tyrian Purple

📋 copy color: '#870946'

red 135 ◦ green 9 ◦ blue 70

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

Shades of Tyrian Purple #870946

Tints of Tyrian Purple #870946

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.21%

 BLUE value IS 70 (27.73% from 255) = 32.71%

R = 63.08%
G = 4.21%
B = 32.71%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.48

 K value IS 0.47

RGB Variations

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

Color information

#870946 (or 0x870946) is known color: Tyrian Purple. HEX triplet: 87, 09 and 46. RGB value is (135,9,70). Sum of RGB (Red+Green+Blue) = 135+9+70=214 (28% of max value = 765). Red value is 135 (53.12% from 255 or 63.08% from 214); Green value is 9 (3.91% from 255 or 4.21% from 214); Blue value is 70 (27.73% from 255 or 32.71% from 214); Max value from RGB is 135 - color contains mainly: red. Hex color #870946 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #870946 is #78F6B9. Grayscale: #353535. Windows color (decimal): -7927482 or 4589959. OLE color: 4589959.

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

Color convert

RGB 135 9 70 -
CMYK 0 0.93 0.48 0.47
HSL 330.95º 0.88% 0.28% -
HSV(B) 330.95º 0.93% 0.53% -
XYZ 11.19 5.79 6.32 -
YUV 53.63 137.24 186.04 -
System Red Green Blue C M Y K H S L
Decimal 135 9 70 0 0.93 0.48 0.47 330.95 0.88 0.28
Hex 87 9 46 0 5D 30 2F 14B 58 1C
Octal 207 11 106 0 135 60 57 513 130 34
Binary 10000111 1001 1000110 0 1011101 110000 101111 101001011 1011000 11100

Color Harmonies of #870946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870946

Black with #870946

Text Example


Text Example

White with #870946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #870946; }

 p { color: rgb(135,9,70); }

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

background-color css

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

 a { background-color: rgb(135,9,70); }

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

border-color css

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

 span { border-color: rgb(135,9,70); }

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