Html Css Color HEX #844077 Dark Purple

📋 copy color: '#844077'

red 132 ◦ green 64 ◦ blue 119

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

Shades of Dark Purple #844077

Tints of Dark Purple #844077

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 37.78%

R = 41.9%
G = 20.32%
B = 37.78%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.10

 K value IS 0.48

RGB Variations

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

Color information

#844077 (or 0x844077) is known color: Dark Purple. HEX triplet: 84, 40 and 77. RGB value is (132,64,119). Sum of RGB (Red+Green+Blue) = 132+64+119=315 (41% of max value = 765). Red value is 132 (51.95% from 255 or 41.90% from 315); Green value is 64 (25.39% from 255 or 20.32% from 315); Blue value is 119 (46.88% from 255 or 37.78% from 315); Max value from RGB is 132 - color contains mainly: red. Hex color #844077 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #844077 is #7BBF88. Grayscale: #5A5A5A. Windows color (decimal): -8109961 or 7815300. OLE color: 7815300.

HSL color Cylindrical-coordinate representation of color #844077: hue angle of 311.47º 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 #844077 is Cyan = 0, Magento = 0.52, Yellow = 0.10 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 64 119 -
CMYK 0 0.52 0.10 0.48
HSL 311.47º 0.35% 0.38% -
HSV(B) 311.47º 0.52% 0.52% -
XYZ 14.68 9.9 18.59 -
YUV 90.6 144.03 157.53 -
System Red Green Blue C M Y K H S L
Decimal 132 64 119 0 0.52 0.10 0.48 311.47 0.35 0.38
Hex 84 40 77 0 34 A 30 137 23 26
Octal 204 100 167 0 64 12 60 467 43 46
Binary 10000100 1000000 1110111 0 110100 1010 110000 100110111 100011 100110

Color Harmonies of #844077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844077

Black with #844077

Text Example


Text Example

White with #844077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #844077; }

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

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

background-color css

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

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

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

border-color css

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

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

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