#841568

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

Shades of Dark Purple #841568

Tints of Dark Purple #841568

Color information

#841568 (or 0x841568) is unknown color: approx Dark Purple. HEX triplet: 84, 15 and 68. RGB value is (132,21,104). Sum of RGB (Red+Green+Blue) = 132+21+104=257 (34% of max value = 765). Red value is 132 (51.95% from 255 or 51.36% from 257); Green value is 21 (8.59% from 255 or 8.17% from 257); Blue value is 104 (41.02% from 255 or 40.47% from 257); Max value from RGB is 132 - color contains mainly: red. Hex color #841568 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #841568 is #7BEA97. Grayscale: #3F3F3F. Windows color (decimal): -8120984 or 6821252. OLE color: 6821252.

HSL color Cylindrical-coordinate representation of color #841568: hue angle of 315.14º degrees, saturation: 0.73, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #841568 is Cyan = 0, Magento = 0.84, Yellow = 0.21 and Black (K on CMYK) = 0.48.

Color convert

RGB13221104-
CMYK00.840.210.48
HSL315.14º72.55%30%-
HSV(B)315.14º84.09%51.76%-
XYZ12.286.4413.69-
YUV63.65150.77176.75-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 51.36%
GREEN value IS 21 (8.59% from 255) = 8.17%
BLUE value IS 104 (41.02% from 255) = 40.47%
R=51.36%
G=8.17%
B=40.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.21
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1322110400.840.210.48315.1472.5530
Hex841568054153013b491e
Octal204251500124256047311136
Binary100001001010111010000101010010101110000100111011100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #841568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #841568; }

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

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

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

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

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

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

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

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