#840F75

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

Shades of Dark Purple #840F75

Tints of Dark Purple #840F75

Color information

#840F75 (or 0x840F75) is unknown color: approx Dark Purple. HEX triplet: 84, 0F and 75. RGB value is (132,15,117). Sum of RGB (Red+Green+Blue) = 132+15+117=264 (34% of max value = 765). Red value is 132 (51.95% from 255 or 50% from 264); Green value is 15 (6.25% from 255 or 5.68% from 264); Blue value is 117 (46.09% from 255 or 44.32% from 264); Max value from RGB is 132 - color contains mainly: red. Hex color #840F75 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #840F75 is #7BF08A. Grayscale: #3D3D3D. Windows color (decimal): -8122507 or 7671684. OLE color: 7671684.

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

Color convert

RGB13215117-
CMYK00.890.110.48
HSL307.69º79.59%28.82%-
HSV(B)307.69º88.64%51.76%-
XYZ12.96.5317.41-
YUV61.61159.26178.21-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 50%
GREEN value IS 15 (6.25% from 255) = 5.68%
BLUE value IS 117 (46.09% from 255) = 44.32%
R=50%
G=5.68%
B=44.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.11
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321511700.890.110.48307.6979.5928.82
Hex84F75059B30134501d
Octal204171650131136046412035
Binary1000010011111110101010110011011110000100110100101000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #840F75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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