Html Css Color HEX #87397D Dark Purple

📋 copy color: '#87397D'

red 135 ◦ green 57 ◦ blue 125

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

Shades of Dark Purple #87397D

Tints of Dark Purple #87397D

RGB

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

 GREEN value IS 57 (22.66% from 255) = 17.98%

 BLUE value IS 125 (49.22% from 255) = 39.43%

R = 42.59%
G = 17.98%
B = 39.43%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.07

 K value IS 0.47

RGB Variations

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

Color information

#87397D (or 0x87397D) is known color: Dark Purple. HEX triplet: 87, 39 and 7D. RGB value is (135,57,125). Sum of RGB (Red+Green+Blue) = 135+57+125=317 (41% of max value = 765). Red value is 135 (53.12% from 255 or 42.59% from 317); Green value is 57 (22.66% from 255 or 17.98% from 317); Blue value is 125 (49.22% from 255 or 39.43% from 317); Max value from RGB is 135 - color contains mainly: red. Hex color #87397D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87397D is #78C682. Grayscale: #575757. Windows color (decimal): -7915139 or 8206727. OLE color: 8206727.

HSL color Cylindrical-coordinate representation of color #87397D: hue angle of 307.69º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #87397D is Cyan = 0, Magento = 0.58, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 57 125 -
CMYK 0 0.58 0.07 0.47
HSL 307.69º 0.41% 0.38% -
HSV(B) 307.69º 0.58% 0.53% -
XYZ 15.16 9.56 20.45 -
YUV 88.07 148.84 161.47 -
System Red Green Blue C M Y K H S L
Decimal 135 57 125 0 0.58 0.07 0.47 307.69 0.41 0.38
Hex 87 39 7D 0 3A 7 2F 134 29 26
Octal 207 71 175 0 72 7 57 464 51 46
Binary 10000111 111001 1111101 0 111010 111 101111 100110100 101001 100110

Color Harmonies of #87397D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87397D

Black with #87397D

Text Example


Text Example

White with #87397D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,57,125); }

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

background-color css

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

 a { background-color: rgb(135,57,125); }

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

border-color css

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

 span { border-color: rgb(135,57,125); }

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