Html Css Color HEX #843070 Dark Purple

📋 copy color: '#843070'

red 132 ◦ green 48 ◦ blue 112

#843070
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Purple #843070

Tints of Dark Purple #843070

RGB

 RED value IS 132 (51.95% from 255) = 45.21%

 GREEN value IS 48 (19.14% from 255) = 16.44%

 BLUE value IS 112 (44.14% from 255) = 38.36%

R = 45.21%
G = 16.44%
B = 38.36%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.15

 K value IS 0.48

RGB Variations

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

Color information

#843070 (or 0x843070) is known color: Dark Purple. HEX triplet: 84, 30 and 70. RGB value is (132,48,112). Sum of RGB (Red+Green+Blue) = 132+48+112=292 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.21% from 292); Green value is 48 (19.14% from 255 or 16.44% from 292); Blue value is 112 (44.14% from 255 or 38.36% from 292); Max value from RGB is 132 - color contains mainly: red. Hex color #843070 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #843070 is #7BCF8F. Grayscale: #505050. Windows color (decimal): -8114064 or 7352452. OLE color: 7352452.

HSL color Cylindrical-coordinate representation of color #843070: hue angle of 314.29º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #843070 is Cyan = 0, Magento = 0.64, Yellow = 0.15 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 48 112 -
CMYK 0 0.64 0.15 0.48
HSL 314.29º 0.47% 0.35% -
HSV(B) 314.29º 0.64% 0.52% -
XYZ 13.5 8.19 16.2 -
YUV 80.41 145.83 164.8 -
System Red Green Blue C M Y K H S L
Decimal 132 48 112 0 0.64 0.15 0.48 314.29 0.47 0.35
Hex 84 30 70 0 40 F 30 13A 2F 23
Octal 204 60 160 0 100 17 60 472 57 43
Binary 10000100 110000 1110000 0 1000000 1111 110000 100111010 101111 100011

Color Harmonies of #843070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #843070

Black with #843070

Text Example


Text Example

White with #843070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #843070; }

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

 H1.HeaderClassName
 {
   color: #843070;
 }
 .AnyTagClassName
 {
   color: #843070;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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