Html Css Color HEX #872768 Dark Purple

📋 copy color: '#872768'

red 135 ◦ green 39 ◦ blue 104

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

Shades of Dark Purple #872768

Tints of Dark Purple #872768

RGB

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

 GREEN value IS 39 (15.63% from 255) = 14.03%

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

R = 48.56%
G = 14.03%
B = 37.41%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.23

 K value IS 0.47

RGB Variations

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

Color information

#872768 (or 0x872768) is known color: Dark Purple. HEX triplet: 87, 27 and 68. RGB value is (135,39,104). Sum of RGB (Red+Green+Blue) = 135+39+104=278 (36% of max value = 765). Red value is 135 (53.12% from 255 or 48.56% from 278); Green value is 39 (15.62% from 255 or 14.03% from 278); Blue value is 104 (41.02% from 255 or 37.41% from 278); Max value from RGB is 135 - color contains mainly: red. Hex color #872768 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #872768 is #78D897. Grayscale: #4A4A4A. Windows color (decimal): -7919768 or 6825863. OLE color: 6825863.

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

Color convert

RGB 135 39 104 -
CMYK 0 0.71 0.23 0.47
HSL 319.38º 0.55% 0.34% -
HSV(B) 319.38º 0.71% 0.53% -
XYZ 13.22 7.6 13.87 -
YUV 75.11 144.3 170.71 -
System Red Green Blue C M Y K H S L
Decimal 135 39 104 0 0.71 0.23 0.47 319.38 0.55 0.34
Hex 87 27 68 0 47 17 2F 13F 37 22
Octal 207 47 150 0 107 27 57 477 67 42
Binary 10000111 100111 1101000 0 1000111 10111 101111 100111111 110111 100010

Color Harmonies of #872768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #872768

Black with #872768

Text Example


Text Example

White with #872768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #872768; }

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

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

background-color css

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

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

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

border-color css

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

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

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