Html Css Color HEX #87317C Dark Purple

📋 copy color: '#87317C'

red 135 ◦ green 49 ◦ blue 124

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

Shades of Dark Purple #87317C

Tints of Dark Purple #87317C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 40.26%

R = 43.83%
G = 15.91%
B = 40.26%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.08

 K value IS 0.47

RGB Variations

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

Color information

#87317C (or 0x87317C) is known color: Dark Purple. HEX triplet: 87, 31 and 7C. RGB value is (135,49,124). Sum of RGB (Red+Green+Blue) = 135+49+124=308 (40% of max value = 765). Red value is 135 (53.12% from 255 or 43.83% from 308); Green value is 49 (19.53% from 255 or 15.91% from 308); Blue value is 124 (48.83% from 255 or 40.26% from 308); Max value from RGB is 135 - color contains mainly: red. Hex color #87317C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87317C is #78CE83. Grayscale: #535353. Windows color (decimal): -7917188 or 8139143. OLE color: 8139143.

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

Color convert

RGB 135 49 124 -
CMYK 0 0.64 0.08 0.47
HSL 307.67º 0.47% 0.36% -
HSV(B) 307.67º 0.64% 0.53% -
XYZ 14.73 8.8 19.99 -
YUV 83.26 150.99 164.9 -
System Red Green Blue C M Y K H S L
Decimal 135 49 124 0 0.64 0.08 0.47 307.67 0.47 0.36
Hex 87 31 7C 0 40 8 2F 134 2F 24
Octal 207 61 174 0 100 10 57 464 57 44
Binary 10000111 110001 1111100 0 1000000 1000 101111 100110100 101111 100100

Color Harmonies of #87317C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87317C

Black with #87317C

Text Example


Text Example

White with #87317C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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