Html Css Color HEX #841F62 Dark Purple

📋 copy color: '#841F62'

red 132 ◦ green 31 ◦ blue 98

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

Shades of Dark Purple #841F62

Tints of Dark Purple #841F62

RGB

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

 GREEN value IS 31 (12.5% from 255) = 11.88%

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

R = 50.57%
G = 11.88%
B = 37.55%

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

#841F62 (or 0x841F62) is known color: Dark Purple. HEX triplet: 84, 1F and 62. RGB value is (132,31,98). Sum of RGB (Red+Green+Blue) = 132+31+98=261 (34% of max value = 765). Red value is 132 (51.95% from 255 or 50.57% from 261); Green value is 31 (12.5% from 255 or 11.88% from 261); Blue value is 98 (38.67% from 255 or 37.55% from 261); Max value from RGB is 132 - color contains mainly: red. Hex color #841F62 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #841F62 is #7BE09D. Grayscale: #444444. Windows color (decimal): -8118430 or 6430596. OLE color: 6430596.

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

Color convert

RGB 132 31 98 -
CMYK 0 0.77 0.26 0.48
HSL 320.2º 0.62% 0.32% -
HSV(B) 320.2º 0.77% 0.52% -
XYZ 12.21 6.77 12.22 -
YUV 68.84 144.46 173.05 -
System Red Green Blue C M Y K H S L
Decimal 132 31 98 0 0.77 0.26 0.48 320.2 0.62 0.32
Hex 84 1F 62 0 4D 1A 30 140 3E 20
Octal 204 37 142 0 115 32 60 500 76 40
Binary 10000100 11111 1100010 0 1001101 11010 110000 101000000 111110 100000

Color Harmonies of #841F62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #841F62

Black with #841F62

Text Example


Text Example

White with #841F62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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