Html Css Color HEX #872668 Dark Purple

📋 copy color: '#872668'

red 135 ◦ green 38 ◦ blue 104

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

Shades of Dark Purple #872668

Tints of Dark Purple #872668

RGB

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

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

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

R = 48.74%
G = 13.72%
B = 37.55%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.23

 K value IS 0.47

RGB Variations

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

Color information

#872668 (or 0x872668) is known color: Dark Purple. HEX triplet: 87, 26 and 68. RGB value is (135,38,104). Sum of RGB (Red+Green+Blue) = 135+38+104=277 (36% of max value = 765). Red value is 135 (53.12% from 255 or 48.74% from 277); Green value is 38 (15.23% from 255 or 13.72% from 277); Blue value is 104 (41.02% from 255 or 37.55% from 277); Max value from RGB is 135 - color contains mainly: red. Hex color #872668 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #872668 is #78D997. Grayscale: #4A4A4A. Windows color (decimal): -7920024 or 6825607. OLE color: 6825607.

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

Color convert

RGB 135 38 104 -
CMYK 0 0.72 0.23 0.47
HSL 319.18º 0.56% 0.34% -
HSV(B) 319.18º 0.72% 0.53% -
XYZ 13.18 7.54 13.86 -
YUV 74.53 144.64 171.13 -
System Red Green Blue C M Y K H S L
Decimal 135 38 104 0 0.72 0.23 0.47 319.18 0.56 0.34
Hex 87 26 68 0 48 17 2F 13F 38 22
Octal 207 46 150 0 110 27 57 477 70 42
Binary 10000111 100110 1101000 0 1001000 10111 101111 100111111 111000 100010

Color Harmonies of #872668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #872668

Black with #872668

Text Example


Text Example

White with #872668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #872668; }

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

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

background-color css

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

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

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

border-color css

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

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

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