#842467

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

Shades of Dark Purple #842467

Tints of Dark Purple #842467

Color information

#842467 (or 0x842467) is unknown color: approx Dark Purple. HEX triplet: 84, 24 and 67. RGB value is (132,36,103). Sum of RGB (Red+Green+Blue) = 132+36+103=271 (35% of max value = 765). Red value is 132 (51.95% from 255 or 48.71% from 271); Green value is 36 (14.45% from 255 or 13.28% from 271); Blue value is 103 (40.62% from 255 or 38.01% from 271); Max value from RGB is 132 - color contains mainly: red. Hex color #842467 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #842467 is #7BDB98. Grayscale: #484848. Windows color (decimal): -8117145 or 6759556. OLE color: 6759556.

HSL color Cylindrical-coordinate representation of color #842467: hue angle of 318.12º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #842467 is Cyan = 0, Magento = 0.73, Yellow = 0.22 and Black (K on CMYK) = 0.48.

Color convert

RGB13236103-
CMYK00.730.220.48
HSL318.12º57.14%32.94%-
HSV(B)318.12º72.73%51.76%-
XYZ12.597.1513.55-
YUV72.34145.3170.55-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 48.71%
GREEN value IS 36 (14.45% from 255) = 13.28%
BLUE value IS 103 (40.62% from 255) = 38.01%
R=48.71%
G=13.28%
B=38.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.22
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1323610300.730.220.48318.1257.1432.94
Hex842467049163013e3921
Octal20444147011126604767141
Binary1000010010010011001110100100110110110000100111110111001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #842467; }

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

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

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

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

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

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

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

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