Html Css Color HEX #872869 Dark Purple

📋 copy color: '#872869'

red 135 ◦ green 40 ◦ blue 105

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

Shades of Dark Purple #872869

Tints of Dark Purple #872869

RGB

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

 GREEN value IS 40 (16.02% from 255) = 14.29%

 BLUE value IS 105 (41.41% from 255) = 37.5%

R = 48.21%
G = 14.29%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.22

 K value IS 0.47

RGB Variations

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

Color information

#872869 (or 0x872869) is known color: Dark Purple. HEX triplet: 87, 28 and 69. RGB value is (135,40,105). Sum of RGB (Red+Green+Blue) = 135+40+105=280 (37% of max value = 765). Red value is 135 (53.12% from 255 or 48.21% from 280); Green value is 40 (16.02% from 255 or 14.29% from 280); Blue value is 105 (41.41% from 255 or 37.5% from 280); Max value from RGB is 135 - color contains mainly: red. Hex color #872869 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #872869 is #78D796. Grayscale: #4B4B4B. Windows color (decimal): -7919511 or 6891655. OLE color: 6891655.

HSL color Cylindrical-coordinate representation of color #872869: hue angle of 318.95º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #872869 is Cyan = 0, Magento = 0.70, Yellow = 0.22 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 40 105 -
CMYK 0 0.70 0.22 0.47
HSL 318.95º 0.54% 0.34% -
HSV(B) 318.95º 0.7% 0.53% -
XYZ 13.3 7.69 14.15 -
YUV 75.82 144.47 170.21 -
System Red Green Blue C M Y K H S L
Decimal 135 40 105 0 0.70 0.22 0.47 318.95 0.54 0.34
Hex 87 28 69 0 46 16 2F 13F 36 22
Octal 207 50 151 0 106 26 57 477 66 42
Binary 10000111 101000 1101001 0 1000110 10110 101111 100111111 110110 100010

Color Harmonies of #872869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #872869

Black with #872869

Text Example


Text Example

White with #872869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #872869; }

 p { color: rgb(135,40,105); }

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

background-color css

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

 a { background-color: rgb(135,40,105); }

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

border-color css

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

 span { border-color: rgb(135,40,105); }

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