Html Css Color HEX #873379 Dark Purple

📋 copy color: '#873379'

red 135 ◦ green 51 ◦ blue 121

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

Shades of Dark Purple #873379

Tints of Dark Purple #873379

RGB

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

 GREEN value IS 51 (20.31% from 255) = 16.61%

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

R = 43.97%
G = 16.61%
B = 39.41%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.10

 K value IS 0.47

RGB Variations

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

Color information

#873379 (or 0x873379) is known color: Dark Purple. HEX triplet: 87, 33 and 79. RGB value is (135,51,121). Sum of RGB (Red+Green+Blue) = 135+51+121=307 (40% of max value = 765). Red value is 135 (53.12% from 255 or 43.97% from 307); Green value is 51 (20.31% from 255 or 16.61% from 307); Blue value is 121 (47.66% from 255 or 39.41% from 307); Max value from RGB is 135 - color contains mainly: red. Hex color #873379 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #873379 is #78CC86. Grayscale: #535353. Windows color (decimal): -7916679 or 7943047. OLE color: 7943047.

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

Color convert

RGB 135 51 121 -
CMYK 0 0.62 0.10 0.47
HSL 310º 0.45% 0.36% -
HSV(B) 310º 0.62% 0.53% -
XYZ 14.63 8.9 19.04 -
YUV 84.1 148.83 164.31 -
System Red Green Blue C M Y K H S L
Decimal 135 51 121 0 0.62 0.10 0.47 310 0.45 0.36
Hex 87 33 79 0 3E A 2F 136 2D 24
Octal 207 63 171 0 76 12 57 466 55 44
Binary 10000111 110011 1111001 0 111110 1010 101111 100110110 101101 100100

Color Harmonies of #873379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #873379

Black with #873379

Text Example


Text Example

White with #873379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #873379; }

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

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

background-color css

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

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

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

border-color css

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

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

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