#841c61

Color #841C61 Dark Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Purple #841C61

Tints of Dark Purple #841C61

Color information

#841C61 (or 0x841C61) is unknown color: approx Dark Purple. HEX triplet: 84, 1C and 61. RGB value is (132,28,97). Sum of RGB (Red+Green+Blue) = 132+28+97=257 (34% of max value = 765). Red value is 132 (51.95% from 255 or 51.36% from 257); Green value is 28 (11.33% from 255 or 10.89% from 257); Blue value is 97 (38.28% from 255 or 37.74% from 257); Max value from RGB is 132 - color contains mainly: red. Hex color #841C61 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #841C61 is #7BE39E. Grayscale: #424242. Windows color (decimal): -8119199 or 6364292. OLE color: 6364292.

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

Color convert

RGB1322897-
CMYK00.790.270.48
HSL320.19º65%31.37%-
HSV(B)320.19º78.79%51.76%-
XYZ12.096.611.95-
YUV66.96144.96174.39-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 51.36%
GREEN value IS 28 (11.33% from 255) = 10.89%
BLUE value IS 97 (38.28% from 255) = 37.74%
R=51.36%
G=10.89%
B=37.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.27
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132289700.790.270.48320.196531.37
Hex841C6104F1B30140411f
Octal204341410117336050010137
Binary100001001110011000010100111111011110000101000000100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #841c61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #841c61;
 }
 .AnyTagClassName
 {
   color: #841c61;
 }
</style>
background-color css

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

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

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

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

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

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