Html Css Color HEX #844074 Dark Purple

📋 copy color: '#844074'

red 132 ◦ green 64 ◦ blue 116

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

Shades of Dark Purple #844074

Tints of Dark Purple #844074

RGB

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

 GREEN value IS 64 (25.39% from 255) = 20.51%

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

R = 42.31%
G = 20.51%
B = 37.18%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.12

 K value IS 0.48

RGB Variations

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

Color information

#844074 (or 0x844074) is known color: Dark Purple. HEX triplet: 84, 40 and 74. RGB value is (132,64,116). Sum of RGB (Red+Green+Blue) = 132+64+116=312 (41% of max value = 765). Red value is 132 (51.95% from 255 or 42.31% from 312); Green value is 64 (25.39% from 255 or 20.51% from 312); Blue value is 116 (45.70% from 255 or 37.18% from 312); Max value from RGB is 132 - color contains mainly: red. Hex color #844074 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #844074 is #7BBF8B. Grayscale: #5A5A5A. Windows color (decimal): -8109964 or 7618692. OLE color: 7618692.

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

Color convert

RGB 132 64 116 -
CMYK 0 0.52 0.12 0.48
HSL 314.12º 0.35% 0.38% -
HSV(B) 314.12º 0.52% 0.52% -
XYZ 14.5 9.83 17.66 -
YUV 90.26 142.53 157.77 -
System Red Green Blue C M Y K H S L
Decimal 132 64 116 0 0.52 0.12 0.48 314.12 0.35 0.38
Hex 84 40 74 0 34 C 30 13A 23 26
Octal 204 100 164 0 64 14 60 472 43 46
Binary 10000100 1000000 1110100 0 110100 1100 110000 100111010 100011 100110

Color Harmonies of #844074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844074

Black with #844074

Text Example


Text Example

White with #844074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #844074; }

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

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

background-color css

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

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

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

border-color css

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

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

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