#842469

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

Shades of Dark Purple #842469

Tints of Dark Purple #842469

Color information

#842469 (or 0x842469) is unknown color: approx Dark Purple. HEX triplet: 84, 24 and 69. RGB value is (132,36,105). Sum of RGB (Red+Green+Blue) = 132+36+105=273 (36% of max value = 765). Red value is 132 (51.95% from 255 or 48.35% from 273); Green value is 36 (14.45% from 255 or 13.19% from 273); Blue value is 105 (41.41% from 255 or 38.46% from 273); Max value from RGB is 132 - color contains mainly: red. Hex color #842469 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #842469 is #7BDB96. Grayscale: #484848. Windows color (decimal): -8117143 or 6890628. OLE color: 6890628.

HSL color Cylindrical-coordinate representation of color #842469: hue angle of 316.88º 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 #842469 is Cyan = 0, Magento = 0.73, Yellow = 0.20 and Black (K on CMYK) = 0.48.

Color convert

RGB13236105-
CMYK00.730.200.48
HSL316.88º57.14%32.94%-
HSV(B)316.88º72.73%51.76%-
XYZ12.77.1914.08-
YUV72.57146.3170.39-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 48.35%
GREEN value IS 36 (14.45% from 255) = 13.19%
BLUE value IS 105 (41.41% from 255) = 38.46%
R=48.35%
G=13.19%
B=38.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.20
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1323610500.730.200.48316.8857.1432.94
Hex842469049143013d3921
Octal20444151011124604757141
Binary1000010010010011010010100100110100110000100111101111001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #842469; }

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

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

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

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

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

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

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

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