#841c68

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

Shades of Dark Purple #841C68

Tints of Dark Purple #841C68

Color information

#841C68 (or 0x841C68) is unknown color: approx Dark Purple. HEX triplet: 84, 1C and 68. RGB value is (132,28,104). Sum of RGB (Red+Green+Blue) = 132+28+104=264 (34% of max value = 765). Red value is 132 (51.95% from 255 or 50% from 264); Green value is 28 (11.33% from 255 or 10.61% from 264); Blue value is 104 (41.02% from 255 or 39.39% from 264); Max value from RGB is 132 - color contains mainly: red. Hex color #841C68 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #841C68 is #7BE397. Grayscale: #434343. Windows color (decimal): -8119192 or 6823044. OLE color: 6823044.

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

Color convert

RGB13228104-
CMYK00.790.210.48
HSL316.15º65%31.37%-
HSV(B)316.15º78.79%51.76%-
XYZ12.436.7413.74-
YUV67.76148.46173.82-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 50%
GREEN value IS 28 (11.33% from 255) = 10.61%
BLUE value IS 104 (41.02% from 255) = 39.39%
R=50%
G=10.61%
B=39.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.21
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1322810400.790.210.48316.156531.37
Hex841C6804F153013c411f
Octal204341500117256047410137
Binary100001001110011010000100111110101110000100111100100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #841c68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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