Html Css Color HEX #843E74 Dark Purple

📋 copy color: '#843E74'

red 132 ◦ green 62 ◦ blue 116

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

Shades of Dark Purple #843E74

Tints of Dark Purple #843E74

RGB

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

 GREEN value IS 62 (24.61% from 255) = 20%

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

R = 42.58%
G = 20%
B = 37.42%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.12

 K value IS 0.48

RGB Variations

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

Color information

#843E74 (or 0x843E74) is known color: Dark Purple. HEX triplet: 84, 3E and 74. RGB value is (132,62,116). Sum of RGB (Red+Green+Blue) = 132+62+116=310 (41% of max value = 765). Red value is 132 (51.95% from 255 or 42.58% from 310); Green value is 62 (24.61% from 255 or 20% from 310); Blue value is 116 (45.70% from 255 or 37.42% from 310); Max value from RGB is 132 - color contains mainly: red. Hex color #843E74 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #843E74 is #7BC18B. Grayscale: #585858. Windows color (decimal): -8110476 or 7618180. OLE color: 7618180.

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

Color convert

RGB 132 62 116 -
CMYK 0 0.53 0.12 0.48
HSL 313.71º 0.36% 0.38% -
HSV(B) 313.71º 0.53% 0.52% -
XYZ 14.39 9.61 17.62 -
YUV 89.09 143.19 158.61 -
System Red Green Blue C M Y K H S L
Decimal 132 62 116 0 0.53 0.12 0.48 313.71 0.36 0.38
Hex 84 3E 74 0 35 C 30 13A 24 26
Octal 204 76 164 0 65 14 60 472 44 46
Binary 10000100 111110 1110100 0 110101 1100 110000 100111010 100100 100110

Color Harmonies of #843E74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #843E74

Black with #843E74

Text Example


Text Example

White with #843E74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #843E74; }

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

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

background-color css

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

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

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

border-color css

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

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

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