Html Css Color HEX #87397F Dark Purple

📋 copy color: '#87397F'

red 135 ◦ green 57 ◦ blue 127

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

Shades of Dark Purple #87397F

Tints of Dark Purple #87397F

RGB

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

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

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

R = 42.32%
G = 17.87%
B = 39.81%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.06

 K value IS 0.47

RGB Variations

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

Color information

#87397F (or 0x87397F) is known color: Dark Purple. HEX triplet: 87, 39 and 7F. RGB value is (135,57,127). Sum of RGB (Red+Green+Blue) = 135+57+127=319 (42% of max value = 765). Red value is 135 (53.12% from 255 or 42.32% from 319); Green value is 57 (22.66% from 255 or 17.87% from 319); Blue value is 127 (50% from 255 or 39.81% from 319); Max value from RGB is 135 - color contains mainly: red. Hex color #87397F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87397F is #78C680. Grayscale: #585858. Windows color (decimal): -7915137 or 8337799. OLE color: 8337799.

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

Color convert

RGB 135 57 127 -
CMYK 0 0.58 0.06 0.47
HSL 306.15º 0.41% 0.38% -
HSV(B) 306.15º 0.58% 0.53% -
XYZ 15.29 9.61 21.13 -
YUV 88.3 149.84 161.31 -
System Red Green Blue C M Y K H S L
Decimal 135 57 127 0 0.58 0.06 0.47 306.15 0.41 0.38
Hex 87 39 7F 0 3A 6 2F 132 29 26
Octal 207 71 177 0 72 6 57 462 51 46
Binary 10000111 111001 1111111 0 111010 110 101111 100110010 101001 100110

Color Harmonies of #87397F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87397F

Black with #87397F

Text Example


Text Example

White with #87397F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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