Html Css Color HEX #872E6D Dark Purple

📋 copy color: '#872E6D'

red 135 ◦ green 46 ◦ blue 109

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

Shades of Dark Purple #872E6D

Tints of Dark Purple #872E6D

RGB

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

 GREEN value IS 46 (18.36% from 255) = 15.86%

 BLUE value IS 109 (42.97% from 255) = 37.59%

R = 46.55%
G = 15.86%
B = 37.59%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.19

 K value IS 0.47

RGB Variations

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

Color information

#872E6D (or 0x872E6D) is known color: Dark Purple. HEX triplet: 87, 2E and 6D. RGB value is (135,46,109). Sum of RGB (Red+Green+Blue) = 135+46+109=290 (38% of max value = 765). Red value is 135 (53.12% from 255 or 46.55% from 290); Green value is 46 (18.36% from 255 or 15.86% from 290); Blue value is 109 (42.97% from 255 or 37.59% from 290); Max value from RGB is 135 - color contains mainly: red. Hex color #872E6D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #872E6D is #78D192. Grayscale: #4F4F4F. Windows color (decimal): -7917971 or 7155335. OLE color: 7155335.

HSL color Cylindrical-coordinate representation of color #872E6D: hue angle of 317.53º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #872E6D is Cyan = 0, Magento = 0.66, Yellow = 0.19 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 46 109 -
CMYK 0 0.66 0.19 0.47
HSL 317.53º 0.49% 0.35% -
HSV(B) 317.53º 0.66% 0.53% -
XYZ 13.73 8.21 15.33 -
YUV 79.79 144.49 167.38 -
System Red Green Blue C M Y K H S L
Decimal 135 46 109 0 0.66 0.19 0.47 317.53 0.49 0.35
Hex 87 2E 6D 0 42 13 2F 13E 31 23
Octal 207 56 155 0 102 23 57 476 61 43
Binary 10000111 101110 1101101 0 1000010 10011 101111 100111110 110001 100011

Color Harmonies of #872E6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #872E6D

Black with #872E6D

Text Example


Text Example

White with #872E6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #872E6D; }

 p { color: rgb(135,46,109); }

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

background-color css

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

 a { background-color: rgb(135,46,109); }

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

border-color css

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

 span { border-color: rgb(135,46,109); }

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