Html Css Color HEX #87397C Dark Purple

📋 copy color: '#87397C'

red 135 ◦ green 57 ◦ blue 124

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

Shades of Dark Purple #87397C

Tints of Dark Purple #87397C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 39.24%

R = 42.72%
G = 18.04%
B = 39.24%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.08

 K value IS 0.47

RGB Variations

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

Color information

#87397C (or 0x87397C) is known color: Dark Purple. HEX triplet: 87, 39 and 7C. RGB value is (135,57,124). Sum of RGB (Red+Green+Blue) = 135+57+124=316 (41% of max value = 765). Red value is 135 (53.12% from 255 or 42.72% from 316); Green value is 57 (22.66% from 255 or 18.04% from 316); Blue value is 124 (48.83% from 255 or 39.24% from 316); Max value from RGB is 135 - color contains mainly: red. Hex color #87397C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87397C is #78C683. Grayscale: #575757. Windows color (decimal): -7915140 or 8141191. OLE color: 8141191.

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

Color convert

RGB 135 57 124 -
CMYK 0 0.58 0.08 0.47
HSL 308.46º 0.41% 0.38% -
HSV(B) 308.46º 0.58% 0.53% -
XYZ 15.09 9.53 20.11 -
YUV 87.96 148.34 161.55 -
System Red Green Blue C M Y K H S L
Decimal 135 57 124 0 0.58 0.08 0.47 308.46 0.41 0.38
Hex 87 39 7C 0 3A 8 2F 134 29 26
Octal 207 71 174 0 72 10 57 464 51 46
Binary 10000111 111001 1111100 0 111010 1000 101111 100110100 101001 100110

Color Harmonies of #87397C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87397C

Black with #87397C

Text Example


Text Example

White with #87397C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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