Html Css Color HEX #873B72 Dark Purple

📋 copy color: '#873B72'

red 135 ◦ green 59 ◦ blue 114

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

Shades of Dark Purple #873B72

Tints of Dark Purple #873B72

RGB

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

 GREEN value IS 59 (23.44% from 255) = 19.16%

 BLUE value IS 114 (44.92% from 255) = 37.01%

R = 43.83%
G = 19.16%
B = 37.01%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.16

 K value IS 0.47

RGB Variations

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

Color information

#873B72 (or 0x873B72) is known color: Dark Purple. HEX triplet: 87, 3B and 72. RGB value is (135,59,114). Sum of RGB (Red+Green+Blue) = 135+59+114=308 (40% of max value = 765). Red value is 135 (53.12% from 255 or 43.83% from 308); Green value is 59 (23.44% from 255 or 19.16% from 308); Blue value is 114 (44.92% from 255 or 37.01% from 308); Max value from RGB is 135 - color contains mainly: red. Hex color #873B72 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #873B72 is #78C48D. Grayscale: #575757. Windows color (decimal): -7914638 or 7486343. OLE color: 7486343.

HSL color Cylindrical-coordinate representation of color #873B72: hue angle of 316.58º degrees, saturation: 0.39, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #873B72 is Cyan = 0, Magento = 0.56, Yellow = 0.16 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 59 114 -
CMYK 0 0.56 0.16 0.47
HSL 316.58º 0.39% 0.38% -
HSV(B) 316.58º 0.56% 0.53% -
XYZ 14.59 9.49 16.98 -
YUV 87.99 142.68 161.53 -
System Red Green Blue C M Y K H S L
Decimal 135 59 114 0 0.56 0.16 0.47 316.58 0.39 0.38
Hex 87 3B 72 0 38 10 2F 13D 27 26
Octal 207 73 162 0 70 20 57 475 47 46
Binary 10000111 111011 1110010 0 111000 10000 101111 100111101 100111 100110

Color Harmonies of #873B72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #873B72

Black with #873B72

Text Example


Text Example

White with #873B72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #873B72; }

 p { color: rgb(135,59,114); }

 H1.HeaderClassName
 {
   color: #873B72;
 }
 .AnyTagClassName
 {
   color: #873B72;
 }
</style>

background-color css

<style>
 a { background-color: #873B72; }

 a { background-color: rgb(135,59,114); }

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

border-color css

<style>
 span { border-color: #873B72; }

 span { border-color: rgb(135,59,114); }

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