Html Css Color HEX #872671 Dark Purple

📋 copy color: '#872671'

red 135 ◦ green 38 ◦ blue 113

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

Shades of Dark Purple #872671

Tints of Dark Purple #872671

RGB

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

 GREEN value IS 38 (15.23% from 255) = 13.29%

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

R = 47.2%
G = 13.29%
B = 39.51%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.16

 K value IS 0.47

RGB Variations

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

Color information

#872671 (or 0x872671) is known color: Dark Purple. HEX triplet: 87, 26 and 71. RGB value is (135,38,113). Sum of RGB (Red+Green+Blue) = 135+38+113=286 (37% of max value = 765). Red value is 135 (53.12% from 255 or 47.20% from 286); Green value is 38 (15.23% from 255 or 13.29% from 286); Blue value is 113 (44.53% from 255 or 39.51% from 286); Max value from RGB is 135 - color contains mainly: red. Hex color #872671 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #872671 is #78D98E. Grayscale: #4B4B4B. Windows color (decimal): -7920015 or 7415431. OLE color: 7415431.

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

Color convert

RGB 135 38 113 -
CMYK 0 0.72 0.16 0.47
HSL 313.61º 0.56% 0.34% -
HSV(B) 313.61º 0.72% 0.53% -
XYZ 13.67 7.73 16.39 -
YUV 75.55 149.14 170.4 -
System Red Green Blue C M Y K H S L
Decimal 135 38 113 0 0.72 0.16 0.47 313.61 0.56 0.34
Hex 87 26 71 0 48 10 2F 13A 38 22
Octal 207 46 161 0 110 20 57 472 70 42
Binary 10000111 100110 1110001 0 1001000 10000 101111 100111010 111000 100010

Color Harmonies of #872671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #872671

Black with #872671

Text Example


Text Example

White with #872671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #872671; }

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

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

background-color css

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

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

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

border-color css

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

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

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