Html Css Color HEX #841E60 Dark Purple

📋 copy color: '#841E60'

red 132 ◦ green 30 ◦ blue 96

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

Shades of Dark Purple #841E60

Tints of Dark Purple #841E60

RGB

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

 GREEN value IS 30 (12.11% from 255) = 11.63%

 BLUE value IS 96 (37.89% from 255) = 37.21%

R = 51.16%
G = 11.63%
B = 37.21%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.27

 K value IS 0.48

RGB Variations

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

Color information

#841E60 (or 0x841E60) is known color: Dark Purple. HEX triplet: 84, 1E and 60. RGB value is (132,30,96). Sum of RGB (Red+Green+Blue) = 132+30+96=258 (34% of max value = 765). Red value is 132 (51.95% from 255 or 51.16% from 258); Green value is 30 (12.11% from 255 or 11.63% from 258); Blue value is 96 (37.89% from 255 or 37.21% from 258); Max value from RGB is 132 - color contains mainly: red. Hex color #841E60 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #841E60 is #7BE19F. Grayscale: #434343. Windows color (decimal): -8118688 or 6299268. OLE color: 6299268.

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

Color convert

RGB 132 30 96 -
CMYK 0 0.77 0.27 0.48
HSL 321.18º 0.63% 0.32% -
HSV(B) 321.18º 0.77% 0.52% -
XYZ 12.09 6.68 11.72 -
YUV 68.02 143.79 173.63 -
System Red Green Blue C M Y K H S L
Decimal 132 30 96 0 0.77 0.27 0.48 321.18 0.63 0.32
Hex 84 1E 60 0 4D 1B 30 141 3F 20
Octal 204 36 140 0 115 33 60 501 77 40
Binary 10000100 11110 1100000 0 1001101 11011 110000 101000001 111111 100000

Color Harmonies of #841E60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #841E60

Black with #841E60

Text Example


Text Example

White with #841E60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,30,96); }

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

background-color css

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

 a { background-color: rgb(132,30,96); }

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

border-color css

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

 span { border-color: rgb(132,30,96); }

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