Html Css Color HEX #841770 Dark Purple

📋 copy color: '#841770'

red 132 ◦ green 23 ◦ blue 112

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

Shades of Dark Purple #841770

Tints of Dark Purple #841770

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.61%

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

R = 49.44%
G = 8.61%
B = 41.95%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.15

 K value IS 0.48

RGB Variations

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

Color information

#841770 (or 0x841770) is known color: Dark Purple. HEX triplet: 84, 17 and 70. RGB value is (132,23,112). Sum of RGB (Red+Green+Blue) = 132+23+112=267 (35% of max value = 765). Red value is 132 (51.95% from 255 or 49.44% from 267); Green value is 23 (9.38% from 255 or 8.61% from 267); Blue value is 112 (44.14% from 255 or 41.95% from 267); Max value from RGB is 132 - color contains mainly: red. Hex color #841770 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #841770 is #7BE88F. Grayscale: #414141. Windows color (decimal): -8120464 or 7346052. OLE color: 7346052.

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

Color convert

RGB 132 23 112 -
CMYK 0 0.83 0.15 0.48
HSL 311.01º 0.7% 0.3% -
HSV(B) 311.01º 0.83% 0.52% -
XYZ 12.75 6.69 15.95 -
YUV 65.74 154.11 175.26 -
System Red Green Blue C M Y K H S L
Decimal 132 23 112 0 0.83 0.15 0.48 311.01 0.7 0.3
Hex 84 17 70 0 53 F 30 137 46 1E
Octal 204 27 160 0 123 17 60 467 106 36
Binary 10000100 10111 1110000 0 1010011 1111 110000 100110111 1000110 11110

Color Harmonies of #841770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #841770

Black with #841770

Text Example


Text Example

White with #841770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #841770; }

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

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

background-color css

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

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

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

border-color css

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

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

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