Html Css Color HEX #870046 Tyrian Purple

📋 copy color: '#870046'

red 135 ◦ green 0 ◦ blue 70

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

Shades of Tyrian Purple #870046

Tints of Tyrian Purple #870046

RGB

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

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

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

R = 65.85%
G = 0%
B = 34.15%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.48

 K value IS 0.47

RGB Variations

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

Color information

#870046 (or 0x870046) is known color: Tyrian Purple. HEX triplet: 87, 00 and 46. RGB value is (135,0,70). Sum of RGB (Red+Green+Blue) = 135+0+70=205 (27% of max value = 765). Red value is 135 (53.12% from 255 or 65.85% from 205); Green value is 0 (0.39% from 255 or 0% from 205); Blue value is 70 (27.73% from 255 or 34.15% from 205); Max value from RGB is 135 - color contains mainly: red. Hex color #870046 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #870046 is #78FFB9. Grayscale: #303030. Windows color (decimal): -7929786 or 4587655. OLE color: 4587655.

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

Color convert

RGB 135 0 70 -
CMYK 0 1 0.48 0.47
HSL 328.89º 1% 0.26% -
HSV(B) 328.89º 1% 0.53% -
XYZ 11.1 5.59 6.29 -
YUV 48.35 140.23 189.81 -
System Red Green Blue C M Y K H S L
Decimal 135 0 70 0 1 0.48 0.47 328.89 1 0.26
Hex 87 0 46 0 64 30 2F 149 64 1A
Octal 207 0 106 0 144 60 57 511 144 32
Binary 10000111 0 1000110 0 1100100 110000 101111 101001001 1100100 11010

Color Harmonies of #870046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870046

Black with #870046

Text Example


Text Example

White with #870046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #870046; }

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

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

background-color css

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

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

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

border-color css

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

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

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