Html Css Color HEX #841583 Dark Purple

📋 copy color: '#841583'

red 132 ◦ green 21 ◦ blue 131

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

Shades of Dark Purple #841583

Tints of Dark Purple #841583

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 46.13%

R = 46.48%
G = 7.39%
B = 46.13%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.01

 K value IS 0.48

RGB Variations

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

Color information

#841583 (or 0x841583) is known color: Dark Purple. HEX triplet: 84, 15 and 83. RGB value is (132,21,131). Sum of RGB (Red+Green+Blue) = 132+21+131=284 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.48% from 284); Green value is 21 (8.59% from 255 or 7.39% from 284); Blue value is 131 (51.56% from 255 or 46.13% from 284); Max value from RGB is 132 - color contains mainly: red. Hex color #841583 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #841583 is #7BEA7C. Grayscale: #424242. Windows color (decimal): -8120957 or 8590724. OLE color: 8590724.

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

Color convert

RGB 132 21 131 -
CMYK 0 0.84 0.01 0.48
HSL 300.54º 0.73% 0.3% -
HSV(B) 300.54º 0.84% 0.52% -
XYZ 13.88 7.08 22.11 -
YUV 66.73 164.27 174.56 -
System Red Green Blue C M Y K H S L
Decimal 132 21 131 0 0.84 0.01 0.48 300.54 0.73 0.3
Hex 84 15 83 0 54 1 30 12D 49 1E
Octal 204 25 203 0 124 1 60 455 111 36
Binary 10000100 10101 10000011 0 1010100 1 110000 100101101 1001001 11110

Color Harmonies of #841583

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #841583

Black with #841583

Text Example


Text Example

White with #841583

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #841583; }

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

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

background-color css

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

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

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

border-color css

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

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

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