Html Css Color HEX #842C7E Dark Purple

📋 copy color: '#842C7E'

red 132 ◦ green 44 ◦ blue 126

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

Shades of Dark Purple #842C7E

Tints of Dark Purple #842C7E

RGB

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

 GREEN value IS 44 (17.58% from 255) = 14.57%

 BLUE value IS 126 (49.61% from 255) = 41.72%

R = 43.71%
G = 14.57%
B = 41.72%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.05

 K value IS 0.48

RGB Variations

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

Color information

#842C7E (or 0x842C7E) is known color: Dark Purple. HEX triplet: 84, 2C and 7E. RGB value is (132,44,126). Sum of RGB (Red+Green+Blue) = 132+44+126=302 (40% of max value = 765). Red value is 132 (51.95% from 255 or 43.71% from 302); Green value is 44 (17.58% from 255 or 14.57% from 302); Blue value is 126 (49.61% from 255 or 41.72% from 302); Max value from RGB is 132 - color contains mainly: red. Hex color #842C7E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #842C7E is #7BD381. Grayscale: #4F4F4F. Windows color (decimal): -8115074 or 8268932. OLE color: 8268932.

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

Color convert

RGB 132 44 126 -
CMYK 0 0.67 0.05 0.48
HSL 304.09º 0.5% 0.35% -
HSV(B) 304.09º 0.67% 0.52% -
XYZ 14.18 8.21 20.58 -
YUV 79.66 154.15 165.33 -
System Red Green Blue C M Y K H S L
Decimal 132 44 126 0 0.67 0.05 0.48 304.09 0.5 0.35
Hex 84 2C 7E 0 43 5 30 130 32 23
Octal 204 54 176 0 103 5 60 460 62 43
Binary 10000100 101100 1111110 0 1000011 101 110000 100110000 110010 100011

Color Harmonies of #842C7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #842C7E

Black with #842C7E

Text Example


Text Example

White with #842C7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #842C7E; }

 p { color: rgb(132,44,126); }

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

background-color css

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

 a { background-color: rgb(132,44,126); }

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

border-color css

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

 span { border-color: rgb(132,44,126); }

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