Html Css Color HEX #87316C Dark Purple

📋 copy color: '#87316C'

red 135 ◦ green 49 ◦ blue 108

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

Shades of Dark Purple #87316C

Tints of Dark Purple #87316C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 36.99%

R = 46.23%
G = 16.78%
B = 36.99%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.2

 K value IS 0.47

RGB Variations

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

Color information

#87316C (or 0x87316C) is known color: Dark Purple. HEX triplet: 87, 31 and 6C. RGB value is (135,49,108). Sum of RGB (Red+Green+Blue) = 135+49+108=292 (38% of max value = 765). Red value is 135 (53.12% from 255 or 46.23% from 292); Green value is 49 (19.53% from 255 or 16.78% from 292); Blue value is 108 (42.58% from 255 or 36.99% from 292); Max value from RGB is 135 - color contains mainly: red. Hex color #87316C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87316C is #78CE93. Grayscale: #515151. Windows color (decimal): -7917204 or 7090567. OLE color: 7090567.

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

Color convert

RGB 135 49 108 -
CMYK 0 0.64 0.2 0.47
HSL 318.84º 0.47% 0.36% -
HSV(B) 318.84º 0.64% 0.53% -
XYZ 13.8 8.43 15.09 -
YUV 81.44 142.99 166.2 -
System Red Green Blue C M Y K H S L
Decimal 135 49 108 0 0.64 0.2 0.47 318.84 0.47 0.36
Hex 87 31 6C 0 40 14 2F 13F 2F 24
Octal 207 61 154 0 100 24 57 477 57 44
Binary 10000111 110001 1101100 0 1000000 10100 101111 100111111 101111 100100

Color Harmonies of #87316C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87316C

Black with #87316C

Text Example


Text Example

White with #87316C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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