Html Css Color HEX #87296C Dark Purple

📋 copy color: '#87296C'

red 135 ◦ green 41 ◦ blue 108

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

Shades of Dark Purple #87296C

Tints of Dark Purple #87296C

RGB

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

 GREEN value IS 41 (16.41% from 255) = 14.44%

 BLUE value IS 108 (42.58% from 255) = 38.03%

R = 47.54%
G = 14.44%
B = 38.03%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.2

 K value IS 0.47

RGB Variations

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

Color information

#87296C (or 0x87296C) is known color: Dark Purple. HEX triplet: 87, 29 and 6C. RGB value is (135,41,108). Sum of RGB (Red+Green+Blue) = 135+41+108=284 (37% of max value = 765). Red value is 135 (53.12% from 255 or 47.54% from 284); Green value is 41 (16.41% from 255 or 14.44% from 284); Blue value is 108 (42.58% from 255 or 38.03% from 284); Max value from RGB is 135 - color contains mainly: red. Hex color #87296C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87296C is #78D693. Grayscale: #4C4C4C. Windows color (decimal): -7919252 or 7088519. OLE color: 7088519.

HSL color Cylindrical-coordinate representation of color #87296C: hue angle of 317.23º degrees, saturation: 0.53, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #87296C is Cyan = 0, Magento = 0.70, Yellow = 0.2 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 41 108 -
CMYK 0 0.70 0.2 0.47
HSL 317.23º 0.53% 0.35% -
HSV(B) 317.23º 0.7% 0.53% -
XYZ 13.49 7.82 14.99 -
YUV 76.74 145.64 169.55 -
System Red Green Blue C M Y K H S L
Decimal 135 41 108 0 0.70 0.2 0.47 317.23 0.53 0.35
Hex 87 29 6C 0 46 14 2F 13D 35 23
Octal 207 51 154 0 106 24 57 475 65 43
Binary 10000111 101001 1101100 0 1000110 10100 101111 100111101 110101 100011

Color Harmonies of #87296C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87296C

Black with #87296C

Text Example


Text Example

White with #87296C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,41,108); }

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

background-color css

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

 a { background-color: rgb(135,41,108); }

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

border-color css

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

 span { border-color: rgb(135,41,108); }

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