Html Css Color HEX #873079 Dark Purple

📋 copy color: '#873079'

red 135 ◦ green 48 ◦ blue 121

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

Shades of Dark Purple #873079

Tints of Dark Purple #873079

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 39.8%

R = 44.41%
G = 15.79%
B = 39.8%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.10

 K value IS 0.47

RGB Variations

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

Color information

#873079 (or 0x873079) is known color: Dark Purple. HEX triplet: 87, 30 and 79. RGB value is (135,48,121). Sum of RGB (Red+Green+Blue) = 135+48+121=304 (40% of max value = 765). Red value is 135 (53.12% from 255 or 44.41% from 304); Green value is 48 (19.14% from 255 or 15.79% from 304); Blue value is 121 (47.66% from 255 or 39.80% from 304); Max value from RGB is 135 - color contains mainly: red. Hex color #873079 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #873079 is #78CF86. Grayscale: #525252. Windows color (decimal): -7917447 or 7942279. OLE color: 7942279.

HSL color Cylindrical-coordinate representation of color #873079: hue angle of 309.66º 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 #873079 is Cyan = 0, Magento = 0.64, Yellow = 0.10 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 48 121 -
CMYK 0 0.64 0.10 0.47
HSL 309.66º 0.48% 0.36% -
HSV(B) 309.66º 0.64% 0.53% -
XYZ 14.5 8.65 18.99 -
YUV 82.34 149.82 165.56 -
System Red Green Blue C M Y K H S L
Decimal 135 48 121 0 0.64 0.10 0.47 309.66 0.48 0.36
Hex 87 30 79 0 40 A 2F 136 30 24
Octal 207 60 171 0 100 12 57 466 60 44
Binary 10000111 110000 1111001 0 1000000 1010 101111 100110110 110000 100100

Color Harmonies of #873079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #873079

Black with #873079

Text Example


Text Example

White with #873079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #873079; }

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

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

background-color css

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

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

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

border-color css

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

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

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