Html Css Color HEX #872670 Dark Purple

📋 copy color: '#872670'

red 135 ◦ green 38 ◦ blue 112

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

Shades of Dark Purple #872670

Tints of Dark Purple #872670

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 39.3%

R = 47.37%
G = 13.33%
B = 39.3%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.17

 K value IS 0.47

RGB Variations

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

Color information

#872670 (or 0x872670) is known color: Dark Purple. HEX triplet: 87, 26 and 70. RGB value is (135,38,112). Sum of RGB (Red+Green+Blue) = 135+38+112=285 (37% of max value = 765). Red value is 135 (53.12% from 255 or 47.37% from 285); Green value is 38 (15.23% from 255 or 13.33% from 285); Blue value is 112 (44.14% from 255 or 39.30% from 285); Max value from RGB is 135 - color contains mainly: red. Hex color #872670 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #872670 is #78D98F. Grayscale: #4B4B4B. Windows color (decimal): -7920016 or 7349895. OLE color: 7349895.

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

Color convert

RGB 135 38 112 -
CMYK 0 0.72 0.17 0.47
HSL 314.23º 0.56% 0.34% -
HSV(B) 314.23º 0.72% 0.53% -
XYZ 13.61 7.71 16.1 -
YUV 75.44 148.64 170.48 -
System Red Green Blue C M Y K H S L
Decimal 135 38 112 0 0.72 0.17 0.47 314.23 0.56 0.34
Hex 87 26 70 0 48 11 2F 13A 38 22
Octal 207 46 160 0 110 21 57 472 70 42
Binary 10000111 100110 1110000 0 1001000 10001 101111 100111010 111000 100010

Color Harmonies of #872670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #872670

Black with #872670

Text Example


Text Example

White with #872670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #872670; }

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

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

background-color css

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

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

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

border-color css

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

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

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