Html Css Color HEX #873376 Dark Purple

📋 copy color: '#873376'

red 135 ◦ green 51 ◦ blue 118

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

Shades of Dark Purple #873376

Tints of Dark Purple #873376

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 38.82%

R = 44.41%
G = 16.78%
B = 38.82%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.13

 K value IS 0.47

RGB Variations

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

Color information

#873376 (or 0x873376) is known color: Dark Purple. HEX triplet: 87, 33 and 76. RGB value is (135,51,118). Sum of RGB (Red+Green+Blue) = 135+51+118=304 (40% of max value = 765). Red value is 135 (53.12% from 255 or 44.41% from 304); Green value is 51 (20.31% from 255 or 16.78% from 304); Blue value is 118 (46.48% from 255 or 38.82% from 304); Max value from RGB is 135 - color contains mainly: red. Hex color #873376 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #873376 is #78CC89. Grayscale: #535353. Windows color (decimal): -7916682 or 7746439. OLE color: 7746439.

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

Color convert

RGB 135 51 118 -
CMYK 0 0.62 0.13 0.47
HSL 312.14º 0.45% 0.36% -
HSV(B) 312.14º 0.62% 0.53% -
XYZ 14.45 8.83 18.08 -
YUV 83.75 147.33 164.55 -
System Red Green Blue C M Y K H S L
Decimal 135 51 118 0 0.62 0.13 0.47 312.14 0.45 0.36
Hex 87 33 76 0 3E D 2F 138 2D 24
Octal 207 63 166 0 76 15 57 470 55 44
Binary 10000111 110011 1110110 0 111110 1101 101111 100111000 101101 100100

Color Harmonies of #873376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #873376

Black with #873376

Text Example


Text Example

White with #873376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #873376; }

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

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

background-color css

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

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

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

border-color css

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

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

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