Html Css Color HEX #872A7C Dark Purple

📋 copy color: '#872A7C'

red 135 ◦ green 42 ◦ blue 124

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

Shades of Dark Purple #872A7C

Tints of Dark Purple #872A7C

RGB

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

 GREEN value IS 42 (16.8% from 255) = 13.95%

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

R = 44.85%
G = 13.95%
B = 41.2%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.08

 K value IS 0.47

RGB Variations

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

Color information

#872A7C (or 0x872A7C) is known color: Dark Purple. HEX triplet: 87, 2A and 7C. RGB value is (135,42,124). Sum of RGB (Red+Green+Blue) = 135+42+124=301 (39% of max value = 765). Red value is 135 (53.12% from 255 or 44.85% from 301); Green value is 42 (16.80% from 255 or 13.95% from 301); Blue value is 124 (48.83% from 255 or 41.20% from 301); Max value from RGB is 135 - color contains mainly: red. Hex color #872A7C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #872A7C is #78D583. Grayscale: #4E4E4E. Windows color (decimal): -7918980 or 8137351. OLE color: 8137351.

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

Color convert

RGB 135 42 124 -
CMYK 0 0.69 0.08 0.47
HSL 307.1º 0.53% 0.35% -
HSV(B) 307.1º 0.69% 0.53% -
XYZ 14.46 8.26 19.9 -
YUV 79.16 153.31 167.83 -
System Red Green Blue C M Y K H S L
Decimal 135 42 124 0 0.69 0.08 0.47 307.1 0.53 0.35
Hex 87 2A 7C 0 45 8 2F 133 35 23
Octal 207 52 174 0 105 10 57 463 65 43
Binary 10000111 101010 1111100 0 1000101 1000 101111 100110011 110101 100011

Color Harmonies of #872A7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #872A7C

Black with #872A7C

Text Example


Text Example

White with #872A7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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