Html Css Color HEX #873174 Dark Purple

📋 copy color: '#873174'

red 135 ◦ green 49 ◦ blue 116

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

Shades of Dark Purple #873174

Tints of Dark Purple #873174

RGB

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

 GREEN value IS 49 (19.53% from 255) = 16.33%

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

R = 45%
G = 16.33%
B = 38.67%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.14

 K value IS 0.47

RGB Variations

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

Color information

#873174 (or 0x873174) is known color: Dark Purple. HEX triplet: 87, 31 and 74. RGB value is (135,49,116). Sum of RGB (Red+Green+Blue) = 135+49+116=300 (39% of max value = 765). Red value is 135 (53.12% from 255 or 45% from 300); Green value is 49 (19.53% from 255 or 16.33% from 300); Blue value is 116 (45.70% from 255 or 38.67% from 300); Max value from RGB is 135 - color contains mainly: red. Hex color #873174 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #873174 is #78CE8B. Grayscale: #525252. Windows color (decimal): -7917196 or 7614855. OLE color: 7614855.

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

Color convert

RGB 135 49 116 -
CMYK 0 0.64 0.14 0.47
HSL 313.26º 0.47% 0.36% -
HSV(B) 313.26º 0.64% 0.53% -
XYZ 14.24 8.61 17.43 -
YUV 82.35 146.99 165.55 -
System Red Green Blue C M Y K H S L
Decimal 135 49 116 0 0.64 0.14 0.47 313.26 0.47 0.36
Hex 87 31 74 0 40 E 2F 139 2F 24
Octal 207 61 164 0 100 16 57 471 57 44
Binary 10000111 110001 1110100 0 1000000 1110 101111 100111001 101111 100100

Color Harmonies of #873174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #873174

Black with #873174

Text Example


Text Example

White with #873174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #873174; }

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

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

background-color css

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

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

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

border-color css

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

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

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