Html Css Color HEX #841C7E Dark Purple

📋 copy color: '#841C7E'

red 132 ◦ green 28 ◦ blue 126

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

Shades of Dark Purple #841C7E

Tints of Dark Purple #841C7E

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.79%

 BLUE value IS 126 (49.61% from 255) = 44.06%

R = 46.15%
G = 9.79%
B = 44.06%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.05

 K value IS 0.48

RGB Variations

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

Color information

#841C7E (or 0x841C7E) is known color: Dark Purple. HEX triplet: 84, 1C and 7E. RGB value is (132,28,126). Sum of RGB (Red+Green+Blue) = 132+28+126=286 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.15% from 286); Green value is 28 (11.33% from 255 or 9.79% from 286); Blue value is 126 (49.61% from 255 or 44.06% from 286); Max value from RGB is 132 - color contains mainly: red. Hex color #841C7E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #841C7E is #7BE381. Grayscale: #454545. Windows color (decimal): -8119170 or 8264836. OLE color: 8264836.

HSL color Cylindrical-coordinate representation of color #841C7E: hue angle of 303.46º degrees, saturation: 0.65, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #841C7E is Cyan = 0, Magento = 0.79, Yellow = 0.05 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 28 126 -
CMYK 0 0.79 0.05 0.48
HSL 303.46º 0.65% 0.31% -
HSV(B) 303.46º 0.79% 0.52% -
XYZ 13.7 7.24 20.41 -
YUV 70.27 159.46 172.03 -
System Red Green Blue C M Y K H S L
Decimal 132 28 126 0 0.79 0.05 0.48 303.46 0.65 0.31
Hex 84 1C 7E 0 4F 5 30 12F 41 1F
Octal 204 34 176 0 117 5 60 457 101 37
Binary 10000100 11100 1111110 0 1001111 101 110000 100101111 1000001 11111

Color Harmonies of #841C7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #841C7E

Black with #841C7E

Text Example


Text Example

White with #841C7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,28,126); }

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

background-color css

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

 a { background-color: rgb(132,28,126); }

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

border-color css

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

 span { border-color: rgb(132,28,126); }

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