Html Css Color HEX #87297D Dark Purple

📋 copy color: '#87297D'

red 135 ◦ green 41 ◦ blue 125

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

Shades of Dark Purple #87297D

Tints of Dark Purple #87297D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 41.53%

R = 44.85%
G = 13.62%
B = 41.53%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.07

 K value IS 0.47

RGB Variations

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

Color information

#87297D (or 0x87297D) is known color: Dark Purple. HEX triplet: 87, 29 and 7D. RGB value is (135,41,125). Sum of RGB (Red+Green+Blue) = 135+41+125=301 (39% of max value = 765). Red value is 135 (53.12% from 255 or 44.85% from 301); Green value is 41 (16.41% from 255 or 13.62% from 301); Blue value is 125 (49.22% from 255 or 41.53% from 301); Max value from RGB is 135 - color contains mainly: red. Hex color #87297D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87297D is #78D682. Grayscale: #4E4E4E. Windows color (decimal): -7919235 or 8202631. OLE color: 8202631.

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

Color convert

RGB 135 41 125 -
CMYK 0 0.70 0.07 0.47
HSL 306.38º 0.53% 0.35% -
HSV(B) 306.38º 0.7% 0.53% -
XYZ 14.49 8.22 20.22 -
YUV 78.68 154.14 168.17 -
System Red Green Blue C M Y K H S L
Decimal 135 41 125 0 0.70 0.07 0.47 306.38 0.53 0.35
Hex 87 29 7D 0 46 7 2F 132 35 23
Octal 207 51 175 0 106 7 57 462 65 43
Binary 10000111 101001 1111101 0 1000110 111 101111 100110010 110101 100011

Color Harmonies of #87297D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87297D

Black with #87297D

Text Example


Text Example

White with #87297D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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