Html Css Color HEX #87317E Dark Purple

📋 copy color: '#87317E'

red 135 ◦ green 49 ◦ blue 126

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

Shades of Dark Purple #87317E

Tints of Dark Purple #87317E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 40.65%

R = 43.55%
G = 15.81%
B = 40.65%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.07

 K value IS 0.47

RGB Variations

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

Color information

#87317E (or 0x87317E) is known color: Dark Purple. HEX triplet: 87, 31 and 7E. RGB value is (135,49,126). Sum of RGB (Red+Green+Blue) = 135+49+126=310 (41% of max value = 765). Red value is 135 (53.12% from 255 or 43.55% from 310); Green value is 49 (19.53% from 255 or 15.81% from 310); Blue value is 126 (49.61% from 255 or 40.65% from 310); Max value from RGB is 135 - color contains mainly: red. Hex color #87317E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87317E is #78CE81. Grayscale: #535353. Windows color (decimal): -7917186 or 8270215. OLE color: 8270215.

HSL color Cylindrical-coordinate representation of color #87317E: hue angle of 306.28º 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 #87317E is Cyan = 0, Magento = 0.64, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 49 126 -
CMYK 0 0.64 0.07 0.47
HSL 306.28º 0.47% 0.36% -
HSV(B) 306.28º 0.64% 0.53% -
XYZ 14.86 8.85 20.66 -
YUV 83.49 151.99 164.74 -
System Red Green Blue C M Y K H S L
Decimal 135 49 126 0 0.64 0.07 0.47 306.28 0.47 0.36
Hex 87 31 7E 0 40 7 2F 132 2F 24
Octal 207 61 176 0 100 7 57 462 57 44
Binary 10000111 110001 1111110 0 1000000 111 101111 100110010 101111 100100

Color Harmonies of #87317E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87317E

Black with #87317E

Text Example


Text Example

White with #87317E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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