Html Css Color HEX #87297C Dark Purple

📋 copy color: '#87297C'

red 135 ◦ green 41 ◦ blue 124

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

Shades of Dark Purple #87297C

Tints of Dark Purple #87297C

RGB

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

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

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

R = 45%
G = 13.67%
B = 41.33%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.08

 K value IS 0.47

RGB Variations

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

Color information

#87297C (or 0x87297C) is known color: Dark Purple. HEX triplet: 87, 29 and 7C. RGB value is (135,41,124). Sum of RGB (Red+Green+Blue) = 135+41+124=300 (39% of max value = 765). Red value is 135 (53.12% from 255 or 45% from 300); Green value is 41 (16.41% from 255 or 13.67% from 300); Blue value is 124 (48.83% from 255 or 41.33% from 300); Max value from RGB is 135 - color contains mainly: red. Hex color #87297C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87297C is #78D683. Grayscale: #4E4E4E. Windows color (decimal): -7919236 or 8137095. OLE color: 8137095.

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

Color convert

RGB 135 41 124 -
CMYK 0 0.70 0.08 0.47
HSL 307.02º 0.53% 0.35% -
HSV(B) 307.02º 0.7% 0.53% -
XYZ 14.42 8.19 19.89 -
YUV 78.57 153.64 168.25 -
System Red Green Blue C M Y K H S L
Decimal 135 41 124 0 0.70 0.08 0.47 307.02 0.53 0.35
Hex 87 29 7C 0 46 8 2F 133 35 23
Octal 207 51 174 0 106 10 57 463 65 43
Binary 10000111 101001 1111100 0 1000110 1000 101111 100110011 110101 100011

Color Harmonies of #87297C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87297C

Black with #87297C

Text Example


Text Example

White with #87297C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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