Html Css Color HEX #872680 Dark Purple

📋 copy color: '#872680'

red 135 ◦ green 38 ◦ blue 128

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

Shades of Dark Purple #872680

Tints of Dark Purple #872680

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.62%

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

R = 44.85%
G = 12.62%
B = 42.52%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.05

 K value IS 0.47

RGB Variations

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

Color information

#872680 (or 0x872680) is known color: Dark Purple. HEX triplet: 87, 26 and 80. RGB value is (135,38,128). Sum of RGB (Red+Green+Blue) = 135+38+128=301 (39% of max value = 765). Red value is 135 (53.12% from 255 or 44.85% from 301); Green value is 38 (15.23% from 255 or 12.62% from 301); Blue value is 128 (50.39% from 255 or 42.52% from 301); Max value from RGB is 135 - color contains mainly: red. Hex color #872680 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #872680 is #78D97F. Grayscale: #4D4D4D. Windows color (decimal): -7920000 or 8398471. OLE color: 8398471.

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

Color convert

RGB 135 38 128 -
CMYK 0 0.72 0.05 0.47
HSL 304.33º 0.56% 0.34% -
HSV(B) 304.33º 0.72% 0.53% -
XYZ 14.58 8.1 21.22 -
YUV 77.26 156.64 169.18 -
System Red Green Blue C M Y K H S L
Decimal 135 38 128 0 0.72 0.05 0.47 304.33 0.56 0.34
Hex 87 26 80 0 48 5 2F 130 38 22
Octal 207 46 200 0 110 5 57 460 70 42
Binary 10000111 100110 10000000 0 1001000 101 101111 100110000 111000 100010

Color Harmonies of #872680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #872680

Black with #872680

Text Example


Text Example

White with #872680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #872680; }

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

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

background-color css

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

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

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

border-color css

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

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

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