Html Css Color HEX #842581 Dark Purple

📋 copy color: '#842581'

red 132 ◦ green 37 ◦ blue 129

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

Shades of Dark Purple #842581

Tints of Dark Purple #842581

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 43.29%

R = 44.3%
G = 12.42%
B = 43.29%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.02

 K value IS 0.48

RGB Variations

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

Color information

#842581 (or 0x842581) is known color: Dark Purple. HEX triplet: 84, 25 and 81. RGB value is (132,37,129). Sum of RGB (Red+Green+Blue) = 132+37+129=298 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.30% from 298); Green value is 37 (14.84% from 255 or 12.42% from 298); Blue value is 129 (50.78% from 255 or 43.29% from 298); Max value from RGB is 132 - color contains mainly: red. Hex color #842581 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #842581 is #7BDA7E. Grayscale: #4B4B4B. Windows color (decimal): -8116863 or 8463748. OLE color: 8463748.

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

Color convert

RGB 132 37 129 -
CMYK 0 0.72 0.02 0.48
HSL 301.89º 0.56% 0.33% -
HSV(B) 301.89º 0.72% 0.52% -
XYZ 14.14 7.81 21.53 -
YUV 75.89 157.97 168.02 -
System Red Green Blue C M Y K H S L
Decimal 132 37 129 0 0.72 0.02 0.48 301.89 0.56 0.33
Hex 84 25 81 0 48 2 30 12E 38 21
Octal 204 45 201 0 110 2 60 456 70 41
Binary 10000100 100101 10000001 0 1001000 10 110000 100101110 111000 100001

Color Harmonies of #842581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #842581

Black with #842581

Text Example


Text Example

White with #842581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #842581; }

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

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

background-color css

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

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

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

border-color css

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

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

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