Html Css Color HEX #87013F Tyrian Purple

📋 copy color: '#87013F'

red 135 ◦ green 1 ◦ blue 63

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

Shades of Tyrian Purple #87013F

Tints of Tyrian Purple #87013F

RGB

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

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

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

R = 67.84%
G = 0.5%
B = 31.66%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.53

 K value IS 0.47

RGB Variations

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

Color information

#87013F (or 0x87013F) is known color: Tyrian Purple. HEX triplet: 87, 01 and 3F. RGB value is (135,1,63). Sum of RGB (Red+Green+Blue) = 135+1+63=199 (26% of max value = 765). Red value is 135 (53.12% from 255 or 67.84% from 199); Green value is 1 (0.78% from 255 or 0.50% from 199); Blue value is 63 (25% from 255 or 31.66% from 199); Max value from RGB is 135 - color contains mainly: red. Hex color #87013F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #87013F is #78FEC0. Grayscale: #303030. Windows color (decimal): -7929537 or 4129159. OLE color: 4129159.

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

Color convert

RGB 135 1 63 -
CMYK 0 0.99 0.53 0.47
HSL 332.24º 0.99% 0.27% -
HSV(B) 332.24º 0.99% 0.53% -
XYZ 10.9 5.53 5.2 -
YUV 48.13 136.39 189.96 -
System Red Green Blue C M Y K H S L
Decimal 135 1 63 0 0.99 0.53 0.47 332.24 0.99 0.27
Hex 87 1 3F 0 63 35 2F 14C 63 1B
Octal 207 1 77 0 143 65 57 514 143 33
Binary 10000111 1 111111 0 1100011 110101 101111 101001100 1100011 11011

Color Harmonies of #87013F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87013F

Black with #87013F

Text Example


Text Example

White with #87013F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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