Html Css Color HEX #87316E Dark Purple

📋 copy color: '#87316E'

red 135 ◦ green 49 ◦ blue 110

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

Shades of Dark Purple #87316E

Tints of Dark Purple #87316E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 37.41%

R = 45.92%
G = 16.67%
B = 37.41%

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

#87316E (or 0x87316E) is known color: Dark Purple. HEX triplet: 87, 31 and 6E. RGB value is (135,49,110). Sum of RGB (Red+Green+Blue) = 135+49+110=294 (38% of max value = 765). Red value is 135 (53.12% from 255 or 45.92% from 294); Green value is 49 (19.53% from 255 or 16.67% from 294); Blue value is 110 (43.36% from 255 or 37.41% from 294); Max value from RGB is 135 - color contains mainly: red. Hex color #87316E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87316E is #78CE91. Grayscale: #515151. Windows color (decimal): -7917202 or 7221639. OLE color: 7221639.

HSL color Cylindrical-coordinate representation of color #87316E: hue angle of 317.44º 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 #87316E is Cyan = 0, Magento = 0.64, Yellow = 0.19 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 49 110 -
CMYK 0 0.64 0.19 0.47
HSL 317.44º 0.47% 0.36% -
HSV(B) 317.44º 0.64% 0.53% -
XYZ 13.9 8.47 15.65 -
YUV 81.67 143.99 166.04 -
System Red Green Blue C M Y K H S L
Decimal 135 49 110 0 0.64 0.19 0.47 317.44 0.47 0.36
Hex 87 31 6E 0 40 13 2F 13D 2F 24
Octal 207 61 156 0 100 23 57 475 57 44
Binary 10000111 110001 1101110 0 1000000 10011 101111 100111101 101111 100100

Color Harmonies of #87316E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87316E

Black with #87316E

Text Example


Text Example

White with #87316E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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