Html Css Color HEX #87317F Dark Purple

📋 copy color: '#87317F'

red 135 ◦ green 49 ◦ blue 127

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

Shades of Dark Purple #87317F

Tints of Dark Purple #87317F

RGB

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

 GREEN value IS 49 (19.53% from 255) = 15.76%

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

R = 43.41%
G = 15.76%
B = 40.84%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.06

 K value IS 0.47

RGB Variations

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

Color information

#87317F (or 0x87317F) is known color: Dark Purple. HEX triplet: 87, 31 and 7F. RGB value is (135,49,127). Sum of RGB (Red+Green+Blue) = 135+49+127=311 (41% of max value = 765). Red value is 135 (53.12% from 255 or 43.41% from 311); Green value is 49 (19.53% from 255 or 15.76% from 311); Blue value is 127 (50% from 255 or 40.84% from 311); Max value from RGB is 135 - color contains mainly: red. Hex color #87317F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87317F is #78CE80. Grayscale: #535353. Windows color (decimal): -7917185 or 8335751. OLE color: 8335751.

HSL color Cylindrical-coordinate representation of color #87317F: hue angle of 305.58º degrees, saturation: 0.47, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #87317F is Cyan = 0, Magento = 0.64, Yellow = 0.06 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 49 127 -
CMYK 0 0.64 0.06 0.47
HSL 305.58º 0.47% 0.36% -
HSV(B) 305.58º 0.64% 0.53% -
XYZ 14.92 8.88 21.01 -
YUV 83.61 152.49 164.66 -
System Red Green Blue C M Y K H S L
Decimal 135 49 127 0 0.64 0.06 0.47 305.58 0.47 0.36
Hex 87 31 7F 0 40 6 2F 132 2F 24
Octal 207 61 177 0 100 6 57 462 57 44
Binary 10000111 110001 1111111 0 1000000 110 101111 100110010 101111 100100

Color Harmonies of #87317F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87317F

Black with #87317F

Text Example


Text Example

White with #87317F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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