Html Css Color HEX #873071 Dark Purple

📋 copy color: '#873071'

red 135 ◦ green 48 ◦ blue 113

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

Shades of Dark Purple #873071

Tints of Dark Purple #873071

RGB

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

 GREEN value IS 48 (19.14% from 255) = 16.22%

 BLUE value IS 113 (44.53% from 255) = 38.18%

R = 45.61%
G = 16.22%
B = 38.18%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.16

 K value IS 0.47

RGB Variations

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

Color information

#873071 (or 0x873071) is known color: Dark Purple. HEX triplet: 87, 30 and 71. RGB value is (135,48,113). Sum of RGB (Red+Green+Blue) = 135+48+113=296 (39% of max value = 765). Red value is 135 (53.12% from 255 or 45.61% from 296); Green value is 48 (19.14% from 255 or 16.22% from 296); Blue value is 113 (44.53% from 255 or 38.18% from 296); Max value from RGB is 135 - color contains mainly: red. Hex color #873071 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #873071 is #78CF8E. Grayscale: #515151. Windows color (decimal): -7917455 or 7417991. OLE color: 7417991.

HSL color Cylindrical-coordinate representation of color #873071: hue angle of 315.17º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #873071 is Cyan = 0, Magento = 0.64, Yellow = 0.16 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 48 113 -
CMYK 0 0.64 0.16 0.47
HSL 315.17º 0.48% 0.36% -
HSV(B) 315.17º 0.64% 0.53% -
XYZ 14.03 8.46 16.52 -
YUV 81.42 145.82 166.21 -
System Red Green Blue C M Y K H S L
Decimal 135 48 113 0 0.64 0.16 0.47 315.17 0.48 0.36
Hex 87 30 71 0 40 10 2F 13B 30 24
Octal 207 60 161 0 100 20 57 473 60 44
Binary 10000111 110000 1110001 0 1000000 10000 101111 100111011 110000 100100

Color Harmonies of #873071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #873071

Black with #873071

Text Example


Text Example

White with #873071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #873071; }

 p { color: rgb(135,48,113); }

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

background-color css

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

 a { background-color: rgb(135,48,113); }

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

border-color css

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

 span { border-color: rgb(135,48,113); }

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