Html Css Color HEX #842470 Dark Purple

📋 copy color: '#842470'

red 132 ◦ green 36 ◦ blue 112

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

Shades of Dark Purple #842470

Tints of Dark Purple #842470

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12.86%

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

R = 47.14%
G = 12.86%
B = 40%

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

#842470 (or 0x842470) is known color: Dark Purple. HEX triplet: 84, 24 and 70. RGB value is (132,36,112). Sum of RGB (Red+Green+Blue) = 132+36+112=280 (37% of max value = 765). Red value is 132 (51.95% from 255 or 47.14% from 280); Green value is 36 (14.45% from 255 or 12.86% from 280); Blue value is 112 (44.14% from 255 or 40% from 280); Max value from RGB is 132 - color contains mainly: red. Hex color #842470 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #842470 is #7BDB8F. Grayscale: #494949. Windows color (decimal): -8117136 or 7349380. OLE color: 7349380.

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

Color convert

RGB 132 36 112 -
CMYK 0 0.73 0.15 0.48
HSL 312.5º 0.57% 0.33% -
HSV(B) 312.5º 0.73% 0.52% -
XYZ 13.07 7.34 16.06 -
YUV 73.37 149.8 169.82 -
System Red Green Blue C M Y K H S L
Decimal 132 36 112 0 0.73 0.15 0.48 312.5 0.57 0.33
Hex 84 24 70 0 49 F 30 138 39 21
Octal 204 44 160 0 111 17 60 470 71 41
Binary 10000100 100100 1110000 0 1001001 1111 110000 100111000 111001 100001

Color Harmonies of #842470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #842470

Black with #842470

Text Example


Text Example

White with #842470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #842470; }

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

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

background-color css

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

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

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

border-color css

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

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

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