Html Css Color HEX #870044 Tyrian Purple

📋 copy color: '#870044'

red 135 ◦ green 0 ◦ blue 68

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

Shades of Tyrian Purple #870044

Tints of Tyrian Purple #870044

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 33.5%

R = 66.5%
G = 0%
B = 33.5%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.50

 K value IS 0.47

RGB Variations

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

Color information

#870044 (or 0x870044) is known color: Tyrian Purple. HEX triplet: 87, 00 and 44. RGB value is (135,0,68). Sum of RGB (Red+Green+Blue) = 135+0+68=203 (26% of max value = 765). Red value is 135 (53.12% from 255 or 66.50% from 203); Green value is 0 (0.39% from 255 or 0% from 203); Blue value is 68 (26.95% from 255 or 33.50% from 203); Max value from RGB is 135 - color contains mainly: red. Hex color #870044 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #870044 is #78FFBB. Grayscale: #2F2F2F. Windows color (decimal): -7929788 or 4456583. OLE color: 4456583.

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

Color convert

RGB 135 0 68 -
CMYK 0 1 0.50 0.47
HSL 329.78º 1% 0.26% -
HSV(B) 329.78º 1% 0.53% -
XYZ 11.04 5.57 5.96 -
YUV 48.12 139.23 189.97 -
System Red Green Blue C M Y K H S L
Decimal 135 0 68 0 1 0.50 0.47 329.78 1 0.26
Hex 87 0 44 0 64 32 2F 14A 64 1A
Octal 207 0 104 0 144 62 57 512 144 32
Binary 10000111 0 1000100 0 1100100 110010 101111 101001010 1100100 11010

Color Harmonies of #870044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870044

Black with #870044

Text Example


Text Example

White with #870044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #870044; }

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

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

background-color css

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

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

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

border-color css

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

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

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