Html Css Color HEX #841F7C Dark Purple

📋 copy color: '#841F7C'

red 132 ◦ green 31 ◦ blue 124

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

Shades of Dark Purple #841F7C

Tints of Dark Purple #841F7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 43.21%

R = 45.99%
G = 10.8%
B = 43.21%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.06

 K value IS 0.48

RGB Variations

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

Color information

#841F7C (or 0x841F7C) is known color: Dark Purple. HEX triplet: 84, 1F and 7C. RGB value is (132,31,124). Sum of RGB (Red+Green+Blue) = 132+31+124=287 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.99% from 287); Green value is 31 (12.5% from 255 or 10.80% from 287); Blue value is 124 (48.83% from 255 or 43.21% from 287); Max value from RGB is 132 - color contains mainly: red. Hex color #841F7C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #841F7C is #7BE083. Grayscale: #474747. Windows color (decimal): -8118404 or 8134532. OLE color: 8134532.

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

Color convert

RGB 132 31 124 -
CMYK 0 0.77 0.06 0.48
HSL 304.75º 0.62% 0.32% -
HSV(B) 304.75º 0.77% 0.52% -
XYZ 13.64 7.34 19.77 -
YUV 71.8 157.46 170.94 -
System Red Green Blue C M Y K H S L
Decimal 132 31 124 0 0.77 0.06 0.48 304.75 0.62 0.32
Hex 84 1F 7C 0 4D 6 30 131 3E 20
Octal 204 37 174 0 115 6 60 461 76 40
Binary 10000100 11111 1111100 0 1001101 110 110000 100110001 111110 100000

Color Harmonies of #841F7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #841F7C

Black with #841F7C

Text Example


Text Example

White with #841F7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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