Html Css Color HEX #872C74 Dark Purple

📋 copy color: '#872C74'

red 135 ◦ green 44 ◦ blue 116

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

Shades of Dark Purple #872C74

Tints of Dark Purple #872C74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 39.32%

R = 45.76%
G = 14.92%
B = 39.32%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.14

 K value IS 0.47

RGB Variations

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

Color information

#872C74 (or 0x872C74) is known color: Dark Purple. HEX triplet: 87, 2C and 74. RGB value is (135,44,116). Sum of RGB (Red+Green+Blue) = 135+44+116=295 (39% of max value = 765). Red value is 135 (53.12% from 255 or 45.76% from 295); Green value is 44 (17.58% from 255 or 14.92% from 295); Blue value is 116 (45.70% from 255 or 39.32% from 295); Max value from RGB is 135 - color contains mainly: red. Hex color #872C74 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #872C74 is #78D38B. Grayscale: #4F4F4F. Windows color (decimal): -7918476 or 7613575. OLE color: 7613575.

HSL color Cylindrical-coordinate representation of color #872C74: hue angle of 312.53º 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 #872C74 is Cyan = 0, Magento = 0.67, Yellow = 0.14 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 44 116 -
CMYK 0 0.67 0.14 0.47
HSL 312.53º 0.51% 0.35% -
HSV(B) 312.53º 0.67% 0.53% -
XYZ 14.04 8.21 17.37 -
YUV 79.42 148.65 167.65 -
System Red Green Blue C M Y K H S L
Decimal 135 44 116 0 0.67 0.14 0.47 312.53 0.51 0.35
Hex 87 2C 74 0 43 E 2F 139 33 23
Octal 207 54 164 0 103 16 57 471 63 43
Binary 10000111 101100 1110100 0 1000011 1110 101111 100111001 110011 100011

Color Harmonies of #872C74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #872C74

Black with #872C74

Text Example


Text Example

White with #872C74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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