#841465

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

Shades of Dark Purple #841465

Tints of Dark Purple #841465

Color information

#841465 (or 0x841465) is unknown color: approx Dark Purple. HEX triplet: 84, 14 and 65. RGB value is (132,20,101). Sum of RGB (Red+Green+Blue) = 132+20+101=253 (33% of max value = 765). Red value is 132 (51.95% from 255 or 52.17% from 253); Green value is 20 (8.20% from 255 or 7.91% from 253); Blue value is 101 (39.84% from 255 or 39.92% from 253); Max value from RGB is 132 - color contains mainly: red. Hex color #841465 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #841465 is #7BEB9A. Grayscale: #3E3E3E. Windows color (decimal): -8121243 or 6624388. OLE color: 6624388.

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

Color convert

RGB13220101-
CMYK00.850.230.48
HSL316.61º73.68%29.8%-
HSV(B)316.61º84.85%51.76%-
XYZ12.116.3512.9-
YUV62.72149.61177.41-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 52.17%
GREEN value IS 20 (8.20% from 255) = 7.91%
BLUE value IS 101 (39.84% from 255) = 39.92%
R=52.17%
G=7.91%
B=39.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.23
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1322010100.850.230.48316.6173.6829.8
Hex841465055173013d4a1e
Octal204241450125276047511236
Binary100001001010011001010101010110111110000100111101100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #841465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #841465; }

 p { color: rgb(132,20,101); }

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

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

 a { background-color: rgb(132,20,101); }

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

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

 span { border-color: rgb(132,20,101); }

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