Html Css Color HEX #842A7C Dark Purple

📋 copy color: '#842A7C'

red 132 ◦ green 42 ◦ blue 124

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

Shades of Dark Purple #842A7C

Tints of Dark Purple #842A7C

RGB

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

 GREEN value IS 42 (16.8% from 255) = 14.09%

 BLUE value IS 124 (48.83% from 255) = 41.61%

R = 44.3%
G = 14.09%
B = 41.61%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.06

 K value IS 0.48

RGB Variations

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

Color information

#842A7C (or 0x842A7C) is known color: Dark Purple. HEX triplet: 84, 2A and 7C. RGB value is (132,42,124). Sum of RGB (Red+Green+Blue) = 132+42+124=298 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.30% from 298); Green value is 42 (16.80% from 255 or 14.09% from 298); Blue value is 124 (48.83% from 255 or 41.61% from 298); Max value from RGB is 132 - color contains mainly: red. Hex color #842A7C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #842A7C is #7BD583. Grayscale: #4E4E4E. Windows color (decimal): -8115588 or 8137348. OLE color: 8137348.

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

Color convert

RGB 132 42 124 -
CMYK 0 0.68 0.06 0.48
HSL 305.33º 0.52% 0.34% -
HSV(B) 305.33º 0.68% 0.52% -
XYZ 13.98 8.02 19.88 -
YUV 78.26 153.82 166.33 -
System Red Green Blue C M Y K H S L
Decimal 132 42 124 0 0.68 0.06 0.48 305.33 0.52 0.34
Hex 84 2A 7C 0 44 6 30 131 34 22
Octal 204 52 174 0 104 6 60 461 64 42
Binary 10000100 101010 1111100 0 1000100 110 110000 100110001 110100 100010

Color Harmonies of #842A7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #842A7C

Black with #842A7C

Text Example


Text Example

White with #842A7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,42,124); }

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

background-color css

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

 a { background-color: rgb(132,42,124); }

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

border-color css

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

 span { border-color: rgb(132,42,124); }

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