Html Css Color HEX #87377F Dark Purple

📋 copy color: '#87377F'

red 135 ◦ green 55 ◦ blue 127

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

Shades of Dark Purple #87377F

Tints of Dark Purple #87377F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 40.06%

R = 42.59%
G = 17.35%
B = 40.06%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.06

 K value IS 0.47

RGB Variations

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

Color information

#87377F (or 0x87377F) is known color: Dark Purple. HEX triplet: 87, 37 and 7F. RGB value is (135,55,127). Sum of RGB (Red+Green+Blue) = 135+55+127=317 (41% of max value = 765). Red value is 135 (53.12% from 255 or 42.59% from 317); Green value is 55 (21.88% from 255 or 17.35% from 317); Blue value is 127 (50% from 255 or 40.06% from 317); Max value from RGB is 135 - color contains mainly: red. Hex color #87377F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87377F is #78C880. Grayscale: #565656. Windows color (decimal): -7915649 or 8337287. OLE color: 8337287.

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

Color convert

RGB 135 55 127 -
CMYK 0 0.59 0.06 0.47
HSL 306º 0.42% 0.37% -
HSV(B) 306º 0.59% 0.53% -
XYZ 15.19 9.42 21.1 -
YUV 87.13 150.5 162.15 -
System Red Green Blue C M Y K H S L
Decimal 135 55 127 0 0.59 0.06 0.47 306 0.42 0.37
Hex 87 37 7F 0 3B 6 2F 132 2A 25
Octal 207 67 177 0 73 6 57 462 52 45
Binary 10000111 110111 1111111 0 111011 110 101111 100110010 101010 100101

Color Harmonies of #87377F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87377F

Black with #87377F

Text Example


Text Example

White with #87377F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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