Html Css Color HEX #841D6A Dark Purple

📋 copy color: '#841D6A'

red 132 ◦ green 29 ◦ blue 106

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

Shades of Dark Purple #841D6A

Tints of Dark Purple #841D6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 39.7%

R = 49.44%
G = 10.86%
B = 39.7%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.20

 K value IS 0.48

RGB Variations

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

Color information

#841D6A (or 0x841D6A) is known color: Dark Purple. HEX triplet: 84, 1D and 6A. RGB value is (132,29,106). Sum of RGB (Red+Green+Blue) = 132+29+106=267 (35% of max value = 765). Red value is 132 (51.95% from 255 or 49.44% from 267); Green value is 29 (11.72% from 255 or 10.86% from 267); Blue value is 106 (41.80% from 255 or 39.70% from 267); Max value from RGB is 132 - color contains mainly: red. Hex color #841D6A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #841D6A is #7BE295. Grayscale: #444444. Windows color (decimal): -8118934 or 6954372. OLE color: 6954372.

HSL color Cylindrical-coordinate representation of color #841D6A: hue angle of 315.15º 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 #841D6A is Cyan = 0, Magento = 0.78, Yellow = 0.20 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 29 106 -
CMYK 0 0.78 0.20 0.48
HSL 315.15º 0.64% 0.32% -
HSV(B) 315.15º 0.78% 0.52% -
XYZ 12.56 6.82 14.29 -
YUV 68.58 149.12 173.24 -
System Red Green Blue C M Y K H S L
Decimal 132 29 106 0 0.78 0.20 0.48 315.15 0.64 0.32
Hex 84 1D 6A 0 4E 14 30 13B 40 20
Octal 204 35 152 0 116 24 60 473 100 40
Binary 10000100 11101 1101010 0 1001110 10100 110000 100111011 1000000 100000

Color Harmonies of #841D6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #841D6A

Black with #841D6A

Text Example


Text Example

White with #841D6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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