Html Css Color HEX #870143 Tyrian Purple

📋 copy color: '#870143'

red 135 ◦ green 1 ◦ blue 67

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

Shades of Tyrian Purple #870143

Tints of Tyrian Purple #870143

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.49%

 BLUE value IS 67 (26.56% from 255) = 33%

R = 66.5%
G = 0.49%
B = 33%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.50

 K value IS 0.47

RGB Variations

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

Color information

#870143 (or 0x870143) is known color: Tyrian Purple. HEX triplet: 87, 01 and 43. RGB value is (135,1,67). Sum of RGB (Red+Green+Blue) = 135+1+67=203 (26% of max value = 765). Red value is 135 (53.12% from 255 or 66.50% from 203); Green value is 1 (0.78% from 255 or 0.49% from 203); Blue value is 67 (26.56% from 255 or 33.00% from 203); Max value from RGB is 135 - color contains mainly: red. Hex color #870143 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #870143 is #78FEBC. Grayscale: #303030. Windows color (decimal): -7929533 or 4391303. OLE color: 4391303.

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

Color convert

RGB 135 1 67 -
CMYK 0 0.99 0.50 0.47
HSL 330.45º 0.99% 0.27% -
HSV(B) 330.45º 0.99% 0.53% -
XYZ 11.02 5.58 5.81 -
YUV 48.59 138.39 189.63 -
System Red Green Blue C M Y K H S L
Decimal 135 1 67 0 0.99 0.50 0.47 330.45 0.99 0.27
Hex 87 1 43 0 63 32 2F 14A 63 1B
Octal 207 1 103 0 143 62 57 512 143 33
Binary 10000111 1 1000011 0 1100011 110010 101111 101001010 1100011 11011

Color Harmonies of #870143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870143

Black with #870143

Text Example


Text Example

White with #870143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #870143; }

 p { color: rgb(135,1,67); }

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

background-color css

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

 a { background-color: rgb(135,1,67); }

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

border-color css

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

 span { border-color: rgb(135,1,67); }

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