Html Css Color HEX #844174 Dark Purple

📋 copy color: '#844174'

red 132 ◦ green 65 ◦ blue 116

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

Shades of Dark Purple #844174

Tints of Dark Purple #844174

RGB

 RED value IS 132 (51.95% from 255) = 42.17%

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

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

R = 42.17%
G = 20.77%
B = 37.06%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.12

 K value IS 0.48

RGB Variations

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

Color information

#844174 (or 0x844174) is known color: Dark Purple. HEX triplet: 84, 41 and 74. RGB value is (132,65,116). Sum of RGB (Red+Green+Blue) = 132+65+116=313 (41% of max value = 765). Red value is 132 (51.95% from 255 or 42.17% from 313); Green value is 65 (25.78% from 255 or 20.77% from 313); Blue value is 116 (45.70% from 255 or 37.06% from 313); Max value from RGB is 132 - color contains mainly: red. Hex color #844174 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #844174 is #7BBE8B. Grayscale: #5A5A5A. Windows color (decimal): -8109708 or 7618948. OLE color: 7618948.

HSL color Cylindrical-coordinate representation of color #844174: hue angle of 314.33º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #844174 is Cyan = 0, Magento = 0.51, Yellow = 0.12 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 65 116 -
CMYK 0 0.51 0.12 0.48
HSL 314.33º 0.34% 0.39% -
HSV(B) 314.33º 0.51% 0.52% -
XYZ 14.56 9.95 17.68 -
YUV 90.85 142.2 157.35 -
System Red Green Blue C M Y K H S L
Decimal 132 65 116 0 0.51 0.12 0.48 314.33 0.34 0.39
Hex 84 41 74 0 33 C 30 13A 22 27
Octal 204 101 164 0 63 14 60 472 42 47
Binary 10000100 1000001 1110100 0 110011 1100 110000 100111010 100010 100111

Color Harmonies of #844174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844174

Black with #844174

Text Example


Text Example

White with #844174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #844174; }

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

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

background-color css

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

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

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

border-color css

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

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

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