Html Css Color HEX #841D7A Dark Purple

📋 copy color: '#841D7A'

red 132 ◦ green 29 ◦ blue 122

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

Shades of Dark Purple #841D7A

Tints of Dark Purple #841D7A

RGB

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

 GREEN value IS 29 (11.72% from 255) = 10.25%

 BLUE value IS 122 (48.05% from 255) = 43.11%

R = 46.64%
G = 10.25%
B = 43.11%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.08

 K value IS 0.48

RGB Variations

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

Color information

#841D7A (or 0x841D7A) is known color: Dark Purple. HEX triplet: 84, 1D and 7A. RGB value is (132,29,122). Sum of RGB (Red+Green+Blue) = 132+29+122=283 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.64% from 283); Green value is 29 (11.72% from 255 or 10.25% from 283); Blue value is 122 (48.05% from 255 or 43.11% from 283); Max value from RGB is 132 - color contains mainly: red. Hex color #841D7A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #841D7A is #7BE285. Grayscale: #464646. Windows color (decimal): -8118918 or 8002948. OLE color: 8002948.

HSL color Cylindrical-coordinate representation of color #841D7A: hue angle of 305.83º degrees, saturation: 0.64, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #841D7A is Cyan = 0, Magento = 0.78, Yellow = 0.08 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 29 122 -
CMYK 0 0.78 0.08 0.48
HSL 305.83º 0.64% 0.32% -
HSV(B) 305.83º 0.78% 0.52% -
XYZ 13.47 7.19 19.09 -
YUV 70.4 157.12 171.94 -
System Red Green Blue C M Y K H S L
Decimal 132 29 122 0 0.78 0.08 0.48 305.83 0.64 0.32
Hex 84 1D 7A 0 4E 8 30 132 40 20
Octal 204 35 172 0 116 10 60 462 100 40
Binary 10000100 11101 1111010 0 1001110 1000 110000 100110010 1000000 100000

Color Harmonies of #841D7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #841D7A

Black with #841D7A

Text Example


Text Example

White with #841D7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #841D7A; }

 p { color: rgb(132,29,122); }

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

background-color css

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

 a { background-color: rgb(132,29,122); }

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

border-color css

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

 span { border-color: rgb(132,29,122); }

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