Html Css Color HEX #841570 Dark Purple

📋 copy color: '#841570'

red 132 ◦ green 21 ◦ blue 112

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

Shades of Dark Purple #841570

Tints of Dark Purple #841570

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.92%

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

R = 49.81%
G = 7.92%
B = 42.26%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.15

 K value IS 0.48

RGB Variations

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

Color information

#841570 (or 0x841570) is known color: Dark Purple. HEX triplet: 84, 15 and 70. RGB value is (132,21,112). Sum of RGB (Red+Green+Blue) = 132+21+112=265 (35% of max value = 765). Red value is 132 (51.95% from 255 or 49.81% from 265); Green value is 21 (8.59% from 255 or 7.92% from 265); Blue value is 112 (44.14% from 255 or 42.26% from 265); Max value from RGB is 132 - color contains mainly: red. Hex color #841570 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #841570 is #7BEA8F. Grayscale: #404040. Windows color (decimal): -8120976 or 7345540. OLE color: 7345540.

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

Color convert

RGB 132 21 112 -
CMYK 0 0.84 0.15 0.48
HSL 310.81º 0.73% 0.3% -
HSV(B) 310.81º 0.84% 0.52% -
XYZ 12.71 6.61 15.94 -
YUV 64.56 154.77 176.1 -
System Red Green Blue C M Y K H S L
Decimal 132 21 112 0 0.84 0.15 0.48 310.81 0.73 0.3
Hex 84 15 70 0 54 F 30 137 49 1E
Octal 204 25 160 0 124 17 60 467 111 36
Binary 10000100 10101 1110000 0 1010100 1111 110000 100110111 1001001 11110

Color Harmonies of #841570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #841570

Black with #841570

Text Example


Text Example

White with #841570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #841570; }

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

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

background-color css

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

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

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

border-color css

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

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

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