Html Css Color HEX #872E7C Dark Purple

📋 copy color: '#872E7C'

red 135 ◦ green 46 ◦ blue 124

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

Shades of Dark Purple #872E7C

Tints of Dark Purple #872E7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 40.66%

R = 44.26%
G = 15.08%
B = 40.66%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.08

 K value IS 0.47

RGB Variations

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

Color information

#872E7C (or 0x872E7C) is known color: Dark Purple. HEX triplet: 87, 2E and 7C. RGB value is (135,46,124). Sum of RGB (Red+Green+Blue) = 135+46+124=305 (40% of max value = 765). Red value is 135 (53.12% from 255 or 44.26% from 305); Green value is 46 (18.36% from 255 or 15.08% from 305); Blue value is 124 (48.83% from 255 or 40.66% from 305); Max value from RGB is 135 - color contains mainly: red. Hex color #872E7C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #872E7C is #78D183. Grayscale: #515151. Windows color (decimal): -7917956 or 8138375. OLE color: 8138375.

HSL color Cylindrical-coordinate representation of color #872E7C: hue angle of 307.42º 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 #872E7C is Cyan = 0, Magento = 0.66, Yellow = 0.08 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 46 124 -
CMYK 0 0.66 0.08 0.47
HSL 307.42º 0.49% 0.35% -
HSV(B) 307.42º 0.66% 0.53% -
XYZ 14.61 8.56 19.95 -
YUV 81.5 151.99 166.16 -
System Red Green Blue C M Y K H S L
Decimal 135 46 124 0 0.66 0.08 0.47 307.42 0.49 0.35
Hex 87 2E 7C 0 42 8 2F 133 31 23
Octal 207 56 174 0 102 10 57 463 61 43
Binary 10000111 101110 1111100 0 1000010 1000 101111 100110011 110001 100011

Color Harmonies of #872E7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #872E7C

Black with #872E7C

Text Example


Text Example

White with #872E7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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