Html Css Color HEX #87073F Tyrian Purple

📋 copy color: '#87073F'

red 135 ◦ green 7 ◦ blue 63

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

Shades of Tyrian Purple #87073F

Tints of Tyrian Purple #87073F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 30.73%

R = 65.85%
G = 3.41%
B = 30.73%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.53

 K value IS 0.47

RGB Variations

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

Color information

#87073F (or 0x87073F) is known color: Tyrian Purple. HEX triplet: 87, 07 and 3F. RGB value is (135,7,63). Sum of RGB (Red+Green+Blue) = 135+7+63=205 (27% of max value = 765). Red value is 135 (53.12% from 255 or 65.85% from 205); Green value is 7 (3.12% from 255 or 3.41% from 205); Blue value is 63 (25% from 255 or 30.73% from 205); Max value from RGB is 135 - color contains mainly: red. Hex color #87073F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #87073F is #78F8C0. Grayscale: #333333. Windows color (decimal): -7928001 or 4130695. OLE color: 4130695.

HSL color Cylindrical-coordinate representation of color #87073F: hue angle of 333.75º 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 #87073F is Cyan = 0, Magento = 0.95, Yellow = 0.53 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 7 63 -
CMYK 0 0.95 0.53 0.47
HSL 333.75º 0.9% 0.28% -
HSV(B) 333.75º 0.95% 0.53% -
XYZ 10.96 5.66 5.22 -
YUV 51.66 134.41 187.45 -
System Red Green Blue C M Y K H S L
Decimal 135 7 63 0 0.95 0.53 0.47 333.75 0.9 0.28
Hex 87 7 3F 0 5F 35 2F 14E 5A 1C
Octal 207 7 77 0 137 65 57 516 132 34
Binary 10000111 111 111111 0 1011111 110101 101111 101001110 1011010 11100

Color Harmonies of #87073F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87073F

Black with #87073F

Text Example


Text Example

White with #87073F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #87073F; }

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

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

background-color css

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

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

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

border-color css

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

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

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