Html Css Color HEX #872868 Dark Purple

📋 copy color: '#872868'

red 135 ◦ green 40 ◦ blue 104

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

Shades of Dark Purple #872868

Tints of Dark Purple #872868

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 37.28%

R = 48.39%
G = 14.34%
B = 37.28%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.23

 K value IS 0.47

RGB Variations

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

Color information

#872868 (or 0x872868) is known color: Dark Purple. HEX triplet: 87, 28 and 68. RGB value is (135,40,104). Sum of RGB (Red+Green+Blue) = 135+40+104=279 (36% of max value = 765). Red value is 135 (53.12% from 255 or 48.39% from 279); Green value is 40 (16.02% from 255 or 14.34% from 279); Blue value is 104 (41.02% from 255 or 37.28% from 279); Max value from RGB is 135 - color contains mainly: red. Hex color #872868 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #872868 is #78D797. Grayscale: #4B4B4B. Windows color (decimal): -7919512 or 6826119. OLE color: 6826119.

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

Color convert

RGB 135 40 104 -
CMYK 0 0.70 0.23 0.47
HSL 319.58º 0.54% 0.34% -
HSV(B) 319.58º 0.7% 0.53% -
XYZ 13.25 7.67 13.88 -
YUV 75.7 143.97 170.3 -
System Red Green Blue C M Y K H S L
Decimal 135 40 104 0 0.70 0.23 0.47 319.58 0.54 0.34
Hex 87 28 68 0 46 17 2F 140 36 22
Octal 207 50 150 0 106 27 57 500 66 42
Binary 10000111 101000 1101000 0 1000110 10111 101111 101000000 110110 100010

Color Harmonies of #872868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #872868

Black with #872868

Text Example


Text Example

White with #872868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #872868; }

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

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

background-color css

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

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

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

border-color css

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

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

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