Html Css Color HEX #872D73 Dark Purple

📋 copy color: '#872D73'

red 135 ◦ green 45 ◦ blue 115

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

Shades of Dark Purple #872D73

Tints of Dark Purple #872D73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 38.98%

R = 45.76%
G = 15.25%
B = 38.98%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.15

 K value IS 0.47

RGB Variations

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

Color information

#872D73 (or 0x872D73) is known color: Dark Purple. HEX triplet: 87, 2D and 73. RGB value is (135,45,115). Sum of RGB (Red+Green+Blue) = 135+45+115=295 (39% of max value = 765). Red value is 135 (53.12% from 255 or 45.76% from 295); Green value is 45 (17.97% from 255 or 15.25% from 295); Blue value is 115 (45.31% from 255 or 38.98% from 295); Max value from RGB is 135 - color contains mainly: red. Hex color #872D73 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #872D73 is #78D28C. Grayscale: #4F4F4F. Windows color (decimal): -7918221 or 7548295. OLE color: 7548295.

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

Color convert

RGB 135 45 115 -
CMYK 0 0.67 0.15 0.47
HSL 313.33º 0.5% 0.35% -
HSV(B) 313.33º 0.67% 0.53% -
XYZ 14.02 8.27 17.08 -
YUV 79.89 147.82 167.31 -
System Red Green Blue C M Y K H S L
Decimal 135 45 115 0 0.67 0.15 0.47 313.33 0.5 0.35
Hex 87 2D 73 0 43 F 2F 139 32 23
Octal 207 55 163 0 103 17 57 471 62 43
Binary 10000111 101101 1110011 0 1000011 1111 101111 100111001 110010 100011

Color Harmonies of #872D73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #872D73

Black with #872D73

Text Example


Text Example

White with #872D73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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