#840F7B

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

Shades of Dark Purple #840F7B

Tints of Dark Purple #840F7B

Color information

#840F7B (or 0x840F7B) is unknown color: approx Dark Purple. HEX triplet: 84, 0F and 7B. RGB value is (132,15,123). Sum of RGB (Red+Green+Blue) = 132+15+123=270 (35% of max value = 765). Red value is 132 (51.95% from 255 or 48.89% from 270); Green value is 15 (6.25% from 255 or 5.56% from 270); Blue value is 123 (48.44% from 255 or 45.56% from 270); Max value from RGB is 132 - color contains mainly: red. Hex color #840F7B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #840F7B is #7BF084. Grayscale: #3D3D3D. Windows color (decimal): -8122501 or 8064900. OLE color: 8064900.

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

Color convert

RGB13215123-
CMYK00.890.070.48
HSL304.62º79.59%28.82%-
HSV(B)304.62º88.64%51.76%-
XYZ13.266.6819.33-
YUV62.29162.26177.72-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 48.89%
GREEN value IS 15 (6.25% from 255) = 5.56%
BLUE value IS 123 (48.44% from 255) = 45.56%
R=48.89%
G=5.56%
B=45.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.07
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321512300.890.070.48304.6279.5928.82
Hex84F7B059730131501d
Octal20417173013176046112035
Binary100001001111111101101011001111110000100110001101000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #840F7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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