Html Css Color HEX #87377B Dark Purple

📋 copy color: '#87377B'

red 135 ◦ green 55 ◦ blue 123

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

Shades of Dark Purple #87377B

Tints of Dark Purple #87377B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 39.3%

R = 43.13%
G = 17.57%
B = 39.3%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.09

 K value IS 0.47

RGB Variations

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

Color information

#87377B (or 0x87377B) is known color: Dark Purple. HEX triplet: 87, 37 and 7B. RGB value is (135,55,123). Sum of RGB (Red+Green+Blue) = 135+55+123=313 (41% of max value = 765). Red value is 135 (53.12% from 255 or 43.13% from 313); Green value is 55 (21.88% from 255 or 17.57% from 313); Blue value is 123 (48.44% from 255 or 39.30% from 313); Max value from RGB is 135 - color contains mainly: red. Hex color #87377B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87377B is #78C884. Grayscale: #565656. Windows color (decimal): -7915653 or 8075143. OLE color: 8075143.

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

Color convert

RGB 135 55 123 -
CMYK 0 0.59 0.09 0.47
HSL 309º 0.42% 0.37% -
HSV(B) 309º 0.59% 0.53% -
XYZ 14.93 9.31 19.75 -
YUV 86.67 148.5 162.47 -
System Red Green Blue C M Y K H S L
Decimal 135 55 123 0 0.59 0.09 0.47 309 0.42 0.37
Hex 87 37 7B 0 3B 9 2F 135 2A 25
Octal 207 67 173 0 73 11 57 465 52 45
Binary 10000111 110111 1111011 0 111011 1001 101111 100110101 101010 100101

Color Harmonies of #87377B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87377B

Black with #87377B

Text Example


Text Example

White with #87377B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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