#840F67

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

Shades of Dark Purple #840F67

Tints of Dark Purple #840F67

Color information

#840F67 (or 0x840F67) is unknown color: approx Dark Purple. HEX triplet: 84, 0F and 67. RGB value is (132,15,103). Sum of RGB (Red+Green+Blue) = 132+15+103=250 (33% of max value = 765). Red value is 132 (51.95% from 255 or 52.8% from 250); Green value is 15 (6.25% from 255 or 6% from 250); Blue value is 103 (40.62% from 255 or 41.2% from 250); Max value from RGB is 132 - color contains mainly: red. Hex color #840F67 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #840F67 is #7BF098. Grayscale: #3B3B3B. Windows color (decimal): -8122521 or 6754180. OLE color: 6754180.

HSL color Cylindrical-coordinate representation of color #840F67: hue angle of 314.87º 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 #840F67 is Cyan = 0, Magento = 0.89, Yellow = 0.22 and Black (K on CMYK) = 0.48.

Color convert

RGB13215103-
CMYK00.890.220.48
HSL314.87º79.59%28.82%-
HSV(B)314.87º88.64%51.76%-
XYZ12.136.2313.39-
YUV60.02152.26179.34-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 52.8%
GREEN value IS 15 (6.25% from 255) = 6%
BLUE value IS 103 (40.62% from 255) = 41.2%
R=52.8%
G=6%
B=41.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.22
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321510300.890.220.48314.8779.5928.82
Hex84F67059163013b501d
Octal204171470131266047312035
Binary10000100111111001110101100110110110000100111011101000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #840F67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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