Html Css Color HEX #841880 Dark Purple

📋 copy color: '#841880'

red 132 ◦ green 24 ◦ blue 128

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

Shades of Dark Purple #841880

Tints of Dark Purple #841880

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.45%

 BLUE value IS 128 (50.39% from 255) = 45.07%

R = 46.48%
G = 8.45%
B = 45.07%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.03

 K value IS 0.48

RGB Variations

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

Color information

#841880 (or 0x841880) is known color: Dark Purple. HEX triplet: 84, 18 and 80. RGB value is (132,24,128). Sum of RGB (Red+Green+Blue) = 132+24+128=284 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.48% from 284); Green value is 24 (9.77% from 255 or 8.45% from 284); Blue value is 128 (50.39% from 255 or 45.07% from 284); Max value from RGB is 132 - color contains mainly: red. Hex color #841880 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #841880 is #7BE77F. Grayscale: #434343. Windows color (decimal): -8120192 or 8394884. OLE color: 8394884.

HSL color Cylindrical-coordinate representation of color #841880: hue angle of 302.22º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #841880 is Cyan = 0, Magento = 0.82, Yellow = 0.03 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 24 128 -
CMYK 0 0.82 0.03 0.48
HSL 302.22º 0.69% 0.31% -
HSV(B) 302.22º 0.82% 0.52% -
XYZ 13.74 7.12 21.07 -
YUV 68.15 161.78 173.54 -
System Red Green Blue C M Y K H S L
Decimal 132 24 128 0 0.82 0.03 0.48 302.22 0.69 0.31
Hex 84 18 80 0 52 3 30 12E 45 1F
Octal 204 30 200 0 122 3 60 456 105 37
Binary 10000100 11000 10000000 0 1010010 11 110000 100101110 1000101 11111

Color Harmonies of #841880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #841880

Black with #841880

Text Example


Text Example

White with #841880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #841880; }

 p { color: rgb(132,24,128); }

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

background-color css

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

 a { background-color: rgb(132,24,128); }

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

border-color css

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

 span { border-color: rgb(132,24,128); }

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