Html Css Color HEX #841D7B Dark Purple

📋 copy color: '#841D7B'

red 132 ◦ green 29 ◦ blue 123

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

Shades of Dark Purple #841D7B

Tints of Dark Purple #841D7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 43.31%

R = 46.48%
G = 10.21%
B = 43.31%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.07

 K value IS 0.48

RGB Variations

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

Color information

#841D7B (or 0x841D7B) is known color: Dark Purple. HEX triplet: 84, 1D and 7B. RGB value is (132,29,123). Sum of RGB (Red+Green+Blue) = 132+29+123=284 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.48% from 284); Green value is 29 (11.72% from 255 or 10.21% from 284); Blue value is 123 (48.44% from 255 or 43.31% from 284); Max value from RGB is 132 - color contains mainly: red. Hex color #841D7B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #841D7B is #7BE284. Grayscale: #464646. Windows color (decimal): -8118917 or 8068484. OLE color: 8068484.

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

Color convert

RGB 132 29 123 -
CMYK 0 0.78 0.07 0.48
HSL 305.24º 0.64% 0.32% -
HSV(B) 305.24º 0.78% 0.52% -
XYZ 13.53 7.21 19.42 -
YUV 70.51 157.62 171.86 -
System Red Green Blue C M Y K H S L
Decimal 132 29 123 0 0.78 0.07 0.48 305.24 0.64 0.32
Hex 84 1D 7B 0 4E 7 30 131 40 20
Octal 204 35 173 0 116 7 60 461 100 40
Binary 10000100 11101 1111011 0 1001110 111 110000 100110001 1000000 100000

Color Harmonies of #841D7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #841D7B

Black with #841D7B

Text Example


Text Example

White with #841D7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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