#841368

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

Shades of Dark Purple #841368

Tints of Dark Purple #841368

Color information

#841368 (or 0x841368) is unknown color: approx Dark Purple. HEX triplet: 84, 13 and 68. RGB value is (132,19,104). Sum of RGB (Red+Green+Blue) = 132+19+104=255 (33% of max value = 765). Red value is 132 (51.95% from 255 or 51.76% from 255); Green value is 19 (7.81% from 255 or 7.45% from 255); Blue value is 104 (41.02% from 255 or 40.78% from 255); Max value from RGB is 132 - color contains mainly: red. Hex color #841368 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #841368 is #7BEC97. Grayscale: #3E3E3E. Windows color (decimal): -8121496 or 6820740. OLE color: 6820740.

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

Color convert

RGB13219104-
CMYK00.860.210.48
HSL314.87º74.83%29.61%-
HSV(B)314.87º85.61%51.76%-
XYZ12.256.3713.68-
YUV62.48151.44177.59-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 51.76%
GREEN value IS 19 (7.81% from 255) = 7.45%
BLUE value IS 104 (41.02% from 255) = 40.78%
R=51.76%
G=7.45%
B=40.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.21
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321910400.860.210.48314.8774.8329.61
Hex841368056153013b4b1e
Octal204231500126256047311336
Binary100001001001111010000101011010101110000100111011100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #841368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #841368; }

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

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

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

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

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

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

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

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