Html Css Color HEX #874174 Dark Purple

📋 copy color: '#874174'

red 135 ◦ green 65 ◦ blue 116

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

Shades of Dark Purple #874174

Tints of Dark Purple #874174

RGB

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

 GREEN value IS 65 (25.78% from 255) = 20.57%

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

R = 42.72%
G = 20.57%
B = 36.71%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.14

 K value IS 0.47

RGB Variations

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

Color information

#874174 (or 0x874174) is known color: Dark Purple. HEX triplet: 87, 41 and 74. RGB value is (135,65,116). Sum of RGB (Red+Green+Blue) = 135+65+116=316 (41% of max value = 765). Red value is 135 (53.12% from 255 or 42.72% from 316); Green value is 65 (25.78% from 255 or 20.57% from 316); Blue value is 116 (45.70% from 255 or 36.71% from 316); Max value from RGB is 135 - color contains mainly: red. Hex color #874174 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #874174 is #78BE8B. Grayscale: #5B5B5B. Windows color (decimal): -7913100 or 7618951. OLE color: 7618951.

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

Color convert

RGB 135 65 116 -
CMYK 0 0.52 0.14 0.47
HSL 316.29º 0.35% 0.39% -
HSV(B) 316.29º 0.52% 0.53% -
XYZ 15.03 10.19 17.7 -
YUV 91.74 141.69 158.85 -
System Red Green Blue C M Y K H S L
Decimal 135 65 116 0 0.52 0.14 0.47 316.29 0.35 0.39
Hex 87 41 74 0 34 E 2F 13C 23 27
Octal 207 101 164 0 64 16 57 474 43 47
Binary 10000111 1000001 1110100 0 110100 1110 101111 100111100 100011 100111

Color Harmonies of #874174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874174

Black with #874174

Text Example


Text Example

White with #874174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #874174; }

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

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

background-color css

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

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

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

border-color css

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

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

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