Html Css Color HEX #87387C Dark Purple

📋 copy color: '#87387C'

red 135 ◦ green 56 ◦ blue 124

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

Shades of Dark Purple #87387C

Tints of Dark Purple #87387C

RGB

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

 GREEN value IS 56 (22.27% from 255) = 17.78%

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

R = 42.86%
G = 17.78%
B = 39.37%

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

#87387C (or 0x87387C) is known color: Dark Purple. HEX triplet: 87, 38 and 7C. RGB value is (135,56,124). Sum of RGB (Red+Green+Blue) = 135+56+124=315 (41% of max value = 765). Red value is 135 (53.12% from 255 or 42.86% from 315); Green value is 56 (22.27% from 255 or 17.78% from 315); Blue value is 124 (48.83% from 255 or 39.37% from 315); Max value from RGB is 135 - color contains mainly: red. Hex color #87387C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87387C is #78C783. Grayscale: #575757. Windows color (decimal): -7915396 or 8140935. OLE color: 8140935.

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

Color convert

RGB 135 56 124 -
CMYK 0 0.59 0.08 0.47
HSL 308.35º 0.41% 0.37% -
HSV(B) 308.35º 0.59% 0.53% -
XYZ 15.04 9.43 20.1 -
YUV 87.37 148.67 161.97 -
System Red Green Blue C M Y K H S L
Decimal 135 56 124 0 0.59 0.08 0.47 308.35 0.41 0.37
Hex 87 38 7C 0 3B 8 2F 134 29 25
Octal 207 70 174 0 73 10 57 464 51 45
Binary 10000111 111000 1111100 0 111011 1000 101111 100110100 101001 100101

Color Harmonies of #87387C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87387C

Black with #87387C

Text Example


Text Example

White with #87387C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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