#840F68

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

Shades of Dark Purple #840F68

Tints of Dark Purple #840F68

Color information

#840F68 (or 0x840F68) is unknown color: approx Dark Purple. HEX triplet: 84, 0F and 68. RGB value is (132,15,104). Sum of RGB (Red+Green+Blue) = 132+15+104=251 (33% of max value = 765). Red value is 132 (51.95% from 255 or 52.59% from 251); Green value is 15 (6.25% from 255 or 5.98% from 251); Blue value is 104 (41.02% from 255 or 41.43% from 251); Max value from RGB is 132 - color contains mainly: red. Hex color #840F68 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #840F68 is #7BF097. Grayscale: #3B3B3B. Windows color (decimal): -8122520 or 6819716. OLE color: 6819716.

HSL color Cylindrical-coordinate representation of color #840F68: hue angle of 314.36º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #840F68 is Cyan = 0, Magento = 0.89, Yellow = 0.21 and Black (K on CMYK) = 0.48.

Color convert

RGB13215104-
CMYK00.890.210.48
HSL314.36º79.59%28.82%-
HSV(B)314.36º88.64%51.76%-
XYZ12.196.2513.66-
YUV60.13152.76179.26-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 52.59%
GREEN value IS 15 (6.25% from 255) = 5.98%
BLUE value IS 104 (41.02% from 255) = 41.43%
R=52.59%
G=5.98%
B=41.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.21
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321510400.890.210.48314.3679.5928.82
Hex84F68059153013a501d
Octal204171500131256047212035
Binary10000100111111010000101100110101110000100111010101000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #840F68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #840F68; }

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

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

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

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

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

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

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

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