Html Css Color HEX #841785 Dark Purple

📋 copy color: '#841785'

red 132 ◦ green 23 ◦ blue 133

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

Shades of Dark Purple #841785

Tints of Dark Purple #841785

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 46.18%

R = 45.83%
G = 7.99%
B = 46.18%

CMYK

 C value IS 0.01

 M value IS 0.83

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#841785 (or 0x841785) is known color: Dark Purple. HEX triplet: 84, 17 and 85. RGB value is (132,23,133). Sum of RGB (Red+Green+Blue) = 132+23+133=288 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.83% from 288); Green value is 23 (9.38% from 255 or 7.99% from 288); Blue value is 133 (52.34% from 255 or 46.18% from 288); Max value from RGB is 133 - color contains mainly: blue. Hex color #841785 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #841785 is #7BE87A. Grayscale: #434343. Windows color (decimal): -8120443 or 8722308. OLE color: 8722308.

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

Color convert

RGB 132 23 133 -
CMYK 0.01 0.83 0 0.48
HSL 299.45º 0.71% 0.31% -
HSV(B) 299.45º 0.83% 0.52% -
XYZ 14.06 7.21 22.84 -
YUV 68.13 164.61 173.56 -
System Red Green Blue C M Y K H S L
Decimal 132 23 133 0.01 0.83 0 0.48 299.45 0.71 0.31
Hex 84 17 85 1 53 0 30 12B 47 1F
Octal 204 27 205 1 123 0 60 453 107 37
Binary 10000100 10111 10000101 1 1010011 0 110000 100101011 1000111 11111

Color Harmonies of #841785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #841785

Black with #841785

Text Example


Text Example

White with #841785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #841785; }

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

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

background-color css

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

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

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

border-color css

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

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

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