Html Css Color HEX #842370 Dark Purple

📋 copy color: '#842370'

red 132 ◦ green 35 ◦ blue 112

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

Shades of Dark Purple #842370

Tints of Dark Purple #842370

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.54%

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

R = 47.31%
G = 12.54%
B = 40.14%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.15

 K value IS 0.48

RGB Variations

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

Color information

#842370 (or 0x842370) is known color: Dark Purple. HEX triplet: 84, 23 and 70. RGB value is (132,35,112). Sum of RGB (Red+Green+Blue) = 132+35+112=279 (36% of max value = 765). Red value is 132 (51.95% from 255 or 47.31% from 279); Green value is 35 (14.06% from 255 or 12.54% from 279); Blue value is 112 (44.14% from 255 or 40.14% from 279); Max value from RGB is 132 - color contains mainly: red. Hex color #842370 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #842370 is #7BDC8F. Grayscale: #484848. Windows color (decimal): -8117392 or 7349124. OLE color: 7349124.

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

Color convert

RGB 132 35 112 -
CMYK 0 0.73 0.15 0.48
HSL 312.37º 0.58% 0.33% -
HSV(B) 312.37º 0.73% 0.52% -
XYZ 13.04 7.28 16.05 -
YUV 72.78 150.14 170.24 -
System Red Green Blue C M Y K H S L
Decimal 132 35 112 0 0.73 0.15 0.48 312.37 0.58 0.33
Hex 84 23 70 0 49 F 30 138 3A 21
Octal 204 43 160 0 111 17 60 470 72 41
Binary 10000100 100011 1110000 0 1001001 1111 110000 100111000 111010 100001

Color Harmonies of #842370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #842370

Black with #842370

Text Example


Text Example

White with #842370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #842370; }

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

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

background-color css

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

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

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

border-color css

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

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

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