#843469

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

Shades of Dark Purple #843469

Tints of Dark Purple #843469

Color information

#843469 (or 0x843469) is unknown color: approx Dark Purple. HEX triplet: 84, 34 and 69. RGB value is (132,52,105). Sum of RGB (Red+Green+Blue) = 132+52+105=289 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.67% from 289); Green value is 52 (20.70% from 255 or 17.99% from 289); Blue value is 105 (41.41% from 255 or 36.33% from 289); Max value from RGB is 132 - color contains mainly: red. Hex color #843469 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #843469 is #7BCB96. Grayscale: #515151. Windows color (decimal): -8113047 or 6894724. OLE color: 6894724.

HSL color Cylindrical-coordinate representation of color #843469: hue angle of 320.25º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #843469 is Cyan = 0, Magento = 0.61, Yellow = 0.20 and Black (K on CMYK) = 0.48.

Color convert

RGB13252105-
CMYK00.610.200.48
HSL320.25º43.48%36.08%-
HSV(B)320.25º60.61%51.76%-
XYZ13.298.3814.28-
YUV81.96141163.69-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 45.67%
GREEN value IS 52 (20.70% from 255) = 17.99%
BLUE value IS 105 (41.41% from 255) = 36.33%
R=45.67%
G=17.99%
B=36.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.20
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1325210500.610.200.48320.2543.4836.08
Hex84346903D14301402b24
Octal2046415107524605005344
Binary100001001101001101001011110110100110000101000000101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #843469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #843469; }

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

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

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

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

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

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

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

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