Html Css Color HEX #842570 Dark Purple

📋 copy color: '#842570'

red 132 ◦ green 37 ◦ blue 112

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

Shades of Dark Purple #842570

Tints of Dark Purple #842570

RGB

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

 GREEN value IS 37 (14.84% from 255) = 13.17%

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

R = 46.98%
G = 13.17%
B = 39.86%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.15

 K value IS 0.48

RGB Variations

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

Color information

#842570 (or 0x842570) is known color: Dark Purple. HEX triplet: 84, 25 and 70. RGB value is (132,37,112). Sum of RGB (Red+Green+Blue) = 132+37+112=281 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.98% from 281); Green value is 37 (14.84% from 255 or 13.17% from 281); Blue value is 112 (44.14% from 255 or 39.86% from 281); Max value from RGB is 132 - color contains mainly: red. Hex color #842570 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #842570 is #7BDA8F. Grayscale: #494949. Windows color (decimal): -8116880 or 7349636. OLE color: 7349636.

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

Color convert

RGB 132 37 112 -
CMYK 0 0.72 0.15 0.48
HSL 312.63º 0.56% 0.33% -
HSV(B) 312.63º 0.72% 0.52% -
XYZ 13.1 7.4 16.07 -
YUV 73.96 149.47 169.4 -
System Red Green Blue C M Y K H S L
Decimal 132 37 112 0 0.72 0.15 0.48 312.63 0.56 0.33
Hex 84 25 70 0 48 F 30 139 38 21
Octal 204 45 160 0 110 17 60 471 70 41
Binary 10000100 100101 1110000 0 1001000 1111 110000 100111001 111000 100001

Color Harmonies of #842570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #842570

Black with #842570

Text Example


Text Example

White with #842570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #842570; }

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

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

background-color css

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

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

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

border-color css

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

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

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