Html Css Color HEX #841D7F Dark Purple

📋 copy color: '#841D7F'

red 132 ◦ green 29 ◦ blue 127

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

Shades of Dark Purple #841D7F

Tints of Dark Purple #841D7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 44.1%

R = 45.83%
G = 10.07%
B = 44.1%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.04

 K value IS 0.48

RGB Variations

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

Color information

#841D7F (or 0x841D7F) is known color: Dark Purple. HEX triplet: 84, 1D and 7F. RGB value is (132,29,127). Sum of RGB (Red+Green+Blue) = 132+29+127=288 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.83% from 288); Green value is 29 (11.72% from 255 or 10.07% from 288); Blue value is 127 (50% from 255 or 44.10% from 288); Max value from RGB is 132 - color contains mainly: red. Hex color #841D7F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #841D7F is #7BE280. Grayscale: #464646. Windows color (decimal): -8118913 or 8330628. OLE color: 8330628.

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

Color convert

RGB 132 29 127 -
CMYK 0 0.78 0.04 0.48
HSL 302.91º 0.64% 0.32% -
HSV(B) 302.91º 0.78% 0.52% -
XYZ 13.79 7.32 20.76 -
YUV 70.97 159.62 171.53 -
System Red Green Blue C M Y K H S L
Decimal 132 29 127 0 0.78 0.04 0.48 302.91 0.64 0.32
Hex 84 1D 7F 0 4E 4 30 12F 40 20
Octal 204 35 177 0 116 4 60 457 100 40
Binary 10000100 11101 1111111 0 1001110 100 110000 100101111 1000000 100000

Color Harmonies of #841D7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #841D7F

Black with #841D7F

Text Example


Text Example

White with #841D7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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