Html Css Color HEX #872D6E Dark Purple

📋 copy color: '#872D6E'

red 135 ◦ green 45 ◦ blue 110

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

Shades of Dark Purple #872D6E

Tints of Dark Purple #872D6E

RGB

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

 GREEN value IS 45 (17.97% from 255) = 15.52%

 BLUE value IS 110 (43.36% from 255) = 37.93%

R = 46.55%
G = 15.52%
B = 37.93%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.19

 K value IS 0.47

RGB Variations

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

Color information

#872D6E (or 0x872D6E) is known color: Dark Purple. HEX triplet: 87, 2D and 6E. RGB value is (135,45,110). Sum of RGB (Red+Green+Blue) = 135+45+110=290 (38% of max value = 765). Red value is 135 (53.12% from 255 or 46.55% from 290); Green value is 45 (17.97% from 255 or 15.52% from 290); Blue value is 110 (43.36% from 255 or 37.93% from 290); Max value from RGB is 135 - color contains mainly: red. Hex color #872D6E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #872D6E is #78D291. Grayscale: #4F4F4F. Windows color (decimal): -7918226 or 7220615. OLE color: 7220615.

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

Color convert

RGB 135 45 110 -
CMYK 0 0.67 0.19 0.47
HSL 316.67º 0.5% 0.35% -
HSV(B) 316.67º 0.67% 0.53% -
XYZ 13.74 8.15 15.6 -
YUV 79.32 145.32 167.71 -
System Red Green Blue C M Y K H S L
Decimal 135 45 110 0 0.67 0.19 0.47 316.67 0.5 0.35
Hex 87 2D 6E 0 43 13 2F 13D 32 23
Octal 207 55 156 0 103 23 57 475 62 43
Binary 10000111 101101 1101110 0 1000011 10011 101111 100111101 110010 100011

Color Harmonies of #872D6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #872D6E

Black with #872D6E

Text Example


Text Example

White with #872D6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,45,110); }

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

background-color css

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

 a { background-color: rgb(135,45,110); }

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

border-color css

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

 span { border-color: rgb(135,45,110); }

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