Html Css Color HEX #872780 Dark Purple

📋 copy color: '#872780'

red 135 ◦ green 39 ◦ blue 128

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

Shades of Dark Purple #872780

Tints of Dark Purple #872780

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.91%

 BLUE value IS 128 (50.39% from 255) = 42.38%

R = 44.7%
G = 12.91%
B = 42.38%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.05

 K value IS 0.47

RGB Variations

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

Color information

#872780 (or 0x872780) is known color: Dark Purple. HEX triplet: 87, 27 and 80. RGB value is (135,39,128). Sum of RGB (Red+Green+Blue) = 135+39+128=302 (40% of max value = 765). Red value is 135 (53.12% from 255 or 44.70% from 302); Green value is 39 (15.62% from 255 or 12.91% from 302); Blue value is 128 (50.39% from 255 or 42.38% from 302); Max value from RGB is 135 - color contains mainly: red. Hex color #872780 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #872780 is #78D87F. Grayscale: #4D4D4D. Windows color (decimal): -7919744 or 8398727. OLE color: 8398727.

HSL color Cylindrical-coordinate representation of color #872780: hue angle of 304.38º degrees, saturation: 0.55, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #872780 is Cyan = 0, Magento = 0.71, Yellow = 0.05 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 39 128 -
CMYK 0 0.71 0.05 0.47
HSL 304.38º 0.55% 0.34% -
HSV(B) 304.38º 0.71% 0.53% -
XYZ 14.61 8.16 21.23 -
YUV 77.85 156.3 168.76 -
System Red Green Blue C M Y K H S L
Decimal 135 39 128 0 0.71 0.05 0.47 304.38 0.55 0.34
Hex 87 27 80 0 47 5 2F 130 37 22
Octal 207 47 200 0 107 5 57 460 67 42
Binary 10000111 100111 10000000 0 1000111 101 101111 100110000 110111 100010

Color Harmonies of #872780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #872780

Black with #872780

Text Example


Text Example

White with #872780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #872780; }

 p { color: rgb(135,39,128); }

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

background-color css

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

 a { background-color: rgb(135,39,128); }

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

border-color css

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

 span { border-color: rgb(135,39,128); }

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