Html Css Color HEX #872C6C Dark Purple

📋 copy color: '#872C6C'

red 135 ◦ green 44 ◦ blue 108

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

Shades of Dark Purple #872C6C

Tints of Dark Purple #872C6C

RGB

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

 GREEN value IS 44 (17.58% from 255) = 15.33%

 BLUE value IS 108 (42.58% from 255) = 37.63%

R = 47.04%
G = 15.33%
B = 37.63%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.2

 K value IS 0.47

RGB Variations

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

Color information

#872C6C (or 0x872C6C) is known color: Dark Purple. HEX triplet: 87, 2C and 6C. RGB value is (135,44,108). Sum of RGB (Red+Green+Blue) = 135+44+108=287 (38% of max value = 765). Red value is 135 (53.12% from 255 or 47.04% from 287); Green value is 44 (17.58% from 255 or 15.33% from 287); Blue value is 108 (42.58% from 255 or 37.63% from 287); Max value from RGB is 135 - color contains mainly: red. Hex color #872C6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #872C6C is #78D393. Grayscale: #4E4E4E. Windows color (decimal): -7918484 or 7089287. OLE color: 7089287.

HSL color Cylindrical-coordinate representation of color #872C6C: hue angle of 317.8º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #872C6C is Cyan = 0, Magento = 0.67, Yellow = 0.2 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 44 108 -
CMYK 0 0.67 0.2 0.47
HSL 317.8º 0.51% 0.35% -
HSV(B) 317.8º 0.67% 0.53% -
XYZ 13.6 8.03 15.02 -
YUV 78.51 144.65 168.3 -
System Red Green Blue C M Y K H S L
Decimal 135 44 108 0 0.67 0.2 0.47 317.8 0.51 0.35
Hex 87 2C 6C 0 43 14 2F 13E 33 23
Octal 207 54 154 0 103 24 57 476 63 43
Binary 10000111 101100 1101100 0 1000011 10100 101111 100111110 110011 100011

Color Harmonies of #872C6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #872C6C

Black with #872C6C

Text Example


Text Example

White with #872C6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #872C6C; }

 p { color: rgb(135,44,108); }

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

background-color css

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

 a { background-color: rgb(135,44,108); }

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

border-color css

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

 span { border-color: rgb(135,44,108); }

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