Html Css Color HEX #872A7D Dark Purple

📋 copy color: '#872A7D'

red 135 ◦ green 42 ◦ blue 125

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

Shades of Dark Purple #872A7D

Tints of Dark Purple #872A7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 41.39%

R = 44.7%
G = 13.91%
B = 41.39%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.07

 K value IS 0.47

RGB Variations

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

Color information

#872A7D (or 0x872A7D) is known color: Dark Purple. HEX triplet: 87, 2A and 7D. RGB value is (135,42,125). Sum of RGB (Red+Green+Blue) = 135+42+125=302 (40% of max value = 765). Red value is 135 (53.12% from 255 or 44.70% from 302); Green value is 42 (16.80% from 255 or 13.91% from 302); Blue value is 125 (49.22% from 255 or 41.39% from 302); Max value from RGB is 135 - color contains mainly: red. Hex color #872A7D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #872A7D is #78D582. Grayscale: #4F4F4F. Windows color (decimal): -7918979 or 8202887. OLE color: 8202887.

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

Color convert

RGB 135 42 125 -
CMYK 0 0.69 0.07 0.47
HSL 306.45º 0.53% 0.35% -
HSV(B) 306.45º 0.69% 0.53% -
XYZ 14.52 8.29 20.24 -
YUV 79.27 153.81 167.75 -
System Red Green Blue C M Y K H S L
Decimal 135 42 125 0 0.69 0.07 0.47 306.45 0.53 0.35
Hex 87 2A 7D 0 45 7 2F 132 35 23
Octal 207 52 175 0 105 7 57 462 65 43
Binary 10000111 101010 1111101 0 1000101 111 101111 100110010 110101 100011

Color Harmonies of #872A7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #872A7D

Black with #872A7D

Text Example


Text Example

White with #872A7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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