Html Css Color HEX #872974 Dark Purple

📋 copy color: '#872974'

red 135 ◦ green 41 ◦ blue 116

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

Shades of Dark Purple #872974

Tints of Dark Purple #872974

RGB

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

 GREEN value IS 41 (16.41% from 255) = 14.04%

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

R = 46.23%
G = 14.04%
B = 39.73%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.14

 K value IS 0.47

RGB Variations

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

Color information

#872974 (or 0x872974) is known color: Dark Purple. HEX triplet: 87, 29 and 74. RGB value is (135,41,116). Sum of RGB (Red+Green+Blue) = 135+41+116=292 (38% of max value = 765). Red value is 135 (53.12% from 255 or 46.23% from 292); Green value is 41 (16.41% from 255 or 14.04% from 292); Blue value is 116 (45.70% from 255 or 39.73% from 292); Max value from RGB is 135 - color contains mainly: red. Hex color #872974 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #872974 is #78D68B. Grayscale: #4D4D4D. Windows color (decimal): -7919244 or 7612807. OLE color: 7612807.

HSL color Cylindrical-coordinate representation of color #872974: hue angle of 312.13º degrees, saturation: 0.53, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #872974 is Cyan = 0, Magento = 0.70, Yellow = 0.14 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 41 116 -
CMYK 0 0.70 0.14 0.47
HSL 312.13º 0.53% 0.35% -
HSV(B) 312.13º 0.7% 0.53% -
XYZ 13.94 8 17.33 -
YUV 77.66 149.64 168.9 -
System Red Green Blue C M Y K H S L
Decimal 135 41 116 0 0.70 0.14 0.47 312.13 0.53 0.35
Hex 87 29 74 0 46 E 2F 138 35 23
Octal 207 51 164 0 106 16 57 470 65 43
Binary 10000111 101001 1110100 0 1000110 1110 101111 100111000 110101 100011

Color Harmonies of #872974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #872974

Black with #872974

Text Example


Text Example

White with #872974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #872974; }

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

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

background-color css

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

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

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

border-color css

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

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

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