Html Css Color HEX #87316D Dark Purple

📋 copy color: '#87316D'

red 135 ◦ green 49 ◦ blue 109

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

Shades of Dark Purple #87316D

Tints of Dark Purple #87316D

RGB

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

 GREEN value IS 49 (19.53% from 255) = 16.72%

 BLUE value IS 109 (42.97% from 255) = 37.2%

R = 46.08%
G = 16.72%
B = 37.2%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.19

 K value IS 0.47

RGB Variations

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

Color information

#87316D (or 0x87316D) is known color: Dark Purple. HEX triplet: 87, 31 and 6D. RGB value is (135,49,109). Sum of RGB (Red+Green+Blue) = 135+49+109=293 (38% of max value = 765). Red value is 135 (53.12% from 255 or 46.08% from 293); Green value is 49 (19.53% from 255 or 16.72% from 293); Blue value is 109 (42.97% from 255 or 37.20% from 293); Max value from RGB is 135 - color contains mainly: red. Hex color #87316D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87316D is #78CE92. Grayscale: #515151. Windows color (decimal): -7917203 or 7156103. OLE color: 7156103.

HSL color Cylindrical-coordinate representation of color #87316D: hue angle of 318.14º degrees, saturation: 0.47, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #87316D is Cyan = 0, Magento = 0.64, Yellow = 0.19 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 49 109 -
CMYK 0 0.64 0.19 0.47
HSL 318.14º 0.47% 0.36% -
HSV(B) 318.14º 0.64% 0.53% -
XYZ 13.85 8.45 15.37 -
YUV 81.55 143.49 166.12 -
System Red Green Blue C M Y K H S L
Decimal 135 49 109 0 0.64 0.19 0.47 318.14 0.47 0.36
Hex 87 31 6D 0 40 13 2F 13E 2F 24
Octal 207 61 155 0 100 23 57 476 57 44
Binary 10000111 110001 1101101 0 1000000 10011 101111 100111110 101111 100100

Color Harmonies of #87316D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87316D

Black with #87316D

Text Example


Text Example

White with #87316D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #87316D; }

 p { color: rgb(135,49,109); }

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

background-color css

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

 a { background-color: rgb(135,49,109); }

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

border-color css

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

 span { border-color: rgb(135,49,109); }

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