Html Css Color HEX #87377C Dark Purple

📋 copy color: '#87377C'

red 135 ◦ green 55 ◦ blue 124

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

Shades of Dark Purple #87377C

Tints of Dark Purple #87377C

RGB

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

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

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

R = 42.99%
G = 17.52%
B = 39.49%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.08

 K value IS 0.47

RGB Variations

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

Color information

#87377C (or 0x87377C) is known color: Dark Purple. HEX triplet: 87, 37 and 7C. RGB value is (135,55,124). Sum of RGB (Red+Green+Blue) = 135+55+124=314 (41% of max value = 765). Red value is 135 (53.12% from 255 or 42.99% from 314); Green value is 55 (21.88% from 255 or 17.52% from 314); Blue value is 124 (48.83% from 255 or 39.49% from 314); Max value from RGB is 135 - color contains mainly: red. Hex color #87377C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87377C is #78C883. Grayscale: #565656. Windows color (decimal): -7915652 or 8140679. OLE color: 8140679.

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

Color convert

RGB 135 55 124 -
CMYK 0 0.59 0.08 0.47
HSL 308.25º 0.42% 0.37% -
HSV(B) 308.25º 0.59% 0.53% -
XYZ 15 9.34 20.08 -
YUV 86.79 149 162.39 -
System Red Green Blue C M Y K H S L
Decimal 135 55 124 0 0.59 0.08 0.47 308.25 0.42 0.37
Hex 87 37 7C 0 3B 8 2F 134 2A 25
Octal 207 67 174 0 73 10 57 464 52 45
Binary 10000111 110111 1111100 0 111011 1000 101111 100110100 101010 100101

Color Harmonies of #87377C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87377C

Black with #87377C

Text Example


Text Example

White with #87377C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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