Html Css Color HEX #87376C Dark Purple

📋 copy color: '#87376C'

red 135 ◦ green 55 ◦ blue 108

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

Shades of Dark Purple #87376C

Tints of Dark Purple #87376C

RGB

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

 GREEN value IS 55 (21.88% from 255) = 18.46%

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

R = 45.3%
G = 18.46%
B = 36.24%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.2

 K value IS 0.47

RGB Variations

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

Color information

#87376C (or 0x87376C) is known color: Dark Purple. HEX triplet: 87, 37 and 6C. RGB value is (135,55,108). Sum of RGB (Red+Green+Blue) = 135+55+108=298 (39% of max value = 765). Red value is 135 (53.12% from 255 or 45.30% from 298); Green value is 55 (21.88% from 255 or 18.46% from 298); Blue value is 108 (42.58% from 255 or 36.24% from 298); Max value from RGB is 135 - color contains mainly: red. Hex color #87376C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87376C is #78C893. Grayscale: #545454. Windows color (decimal): -7915668 or 7092103. OLE color: 7092103.

HSL color Cylindrical-coordinate representation of color #87376C: hue angle of 320.25º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #87376C is Cyan = 0, Magento = 0.59, Yellow = 0.2 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 55 108 -
CMYK 0 0.59 0.2 0.47
HSL 320.25º 0.42% 0.37% -
HSV(B) 320.25º 0.59% 0.53% -
XYZ 14.06 8.97 15.18 -
YUV 84.96 141 163.69 -
System Red Green Blue C M Y K H S L
Decimal 135 55 108 0 0.59 0.2 0.47 320.25 0.42 0.37
Hex 87 37 6C 0 3B 14 2F 140 2A 25
Octal 207 67 154 0 73 24 57 500 52 45
Binary 10000111 110111 1101100 0 111011 10100 101111 101000000 101010 100101

Color Harmonies of #87376C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87376C

Black with #87376C

Text Example


Text Example

White with #87376C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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