#843470

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

Shades of Dark Purple #843470

Tints of Dark Purple #843470

Color information

#843470 (or 0x843470) is unknown color: approx Dark Purple. HEX triplet: 84, 34 and 70. RGB value is (132,52,112). Sum of RGB (Red+Green+Blue) = 132+52+112=296 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.59% from 296); Green value is 52 (20.70% from 255 or 17.57% from 296); Blue value is 112 (44.14% from 255 or 37.84% from 296); Max value from RGB is 132 - color contains mainly: red. Hex color #843470 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #843470 is #7BCB8F. Grayscale: #525252. Windows color (decimal): -8113040 or 7353476. OLE color: 7353476.

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

Color convert

RGB13252112-
CMYK00.610.150.48
HSL315º43.48%36.08%-
HSV(B)315º60.61%51.76%-
XYZ13.678.5316.26-
YUV82.76144.5163.12-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 44.59%
GREEN value IS 52 (20.70% from 255) = 17.57%
BLUE value IS 112 (44.14% from 255) = 37.84%
R=44.59%
G=17.57%
B=37.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.15
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1325211200.610.150.4831543.4836.08
Hex84347003DF3013b2b24
Octal2046416007517604735344
Binary10000100110100111000001111011111110000100111011101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #843470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #843470; }

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

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

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

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

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

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

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

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