Html Css Color HEX #841E62 Dark Purple

📋 copy color: '#841E62'

red 132 ◦ green 30 ◦ blue 98

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

Shades of Dark Purple #841E62

Tints of Dark Purple #841E62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 37.69%

R = 50.77%
G = 11.54%
B = 37.69%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.26

 K value IS 0.48

RGB Variations

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

Color information

#841E62 (or 0x841E62) is known color: Dark Purple. HEX triplet: 84, 1E and 62. RGB value is (132,30,98). Sum of RGB (Red+Green+Blue) = 132+30+98=260 (34% of max value = 765). Red value is 132 (51.95% from 255 or 50.77% from 260); Green value is 30 (12.11% from 255 or 11.54% from 260); Blue value is 98 (38.67% from 255 or 37.69% from 260); Max value from RGB is 132 - color contains mainly: red. Hex color #841E62 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #841E62 is #7BE19D. Grayscale: #444444. Windows color (decimal): -8118686 or 6430340. OLE color: 6430340.

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

Color convert

RGB 132 30 98 -
CMYK 0 0.77 0.26 0.48
HSL 320º 0.63% 0.32% -
HSV(B) 320º 0.77% 0.52% -
XYZ 12.18 6.72 12.21 -
YUV 68.25 144.79 173.47 -
System Red Green Blue C M Y K H S L
Decimal 132 30 98 0 0.77 0.26 0.48 320 0.63 0.32
Hex 84 1E 62 0 4D 1A 30 140 3F 20
Octal 204 36 142 0 115 32 60 500 77 40
Binary 10000100 11110 1100010 0 1001101 11010 110000 101000000 111111 100000

Color Harmonies of #841E62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #841E62

Black with #841E62

Text Example


Text Example

White with #841E62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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