Html Css Color HEX #822481 Dark Purple

📋 copy color: '#822481'

red 130 ◦ green 36 ◦ blue 129

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

Shades of Dark Purple #822481

Tints of Dark Purple #822481

RGB

 RED value IS 130 (51.17% from 255) = 44.07%

 GREEN value IS 36 (14.45% from 255) = 12.2%

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

R = 44.07%
G = 12.2%
B = 43.73%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.01

 K value IS 0.49

RGB Variations

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

Color information

#822481 (or 0x822481) is known color: Dark Purple. HEX triplet: 82, 24 and 81. RGB value is (130,36,129). Sum of RGB (Red+Green+Blue) = 130+36+129=295 (39% of max value = 765). Red value is 130 (51.17% from 255 or 44.07% from 295); Green value is 36 (14.45% from 255 or 12.20% from 295); Blue value is 129 (50.78% from 255 or 43.73% from 295); Max value from RGB is 130 - color contains mainly: red. Hex color #822481 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #822481 is #7DDB7E. Grayscale: #4A4A4A. Windows color (decimal): -8248191 or 8463490. OLE color: 8463490.

HSL color Cylindrical-coordinate representation of color #822481: hue angle of 300.64º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #822481 is Cyan = 0, Magento = 0.72, Yellow = 0.01 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 36 129 -
CMYK 0 0.72 0.01 0.49
HSL 300.64º 0.57% 0.33% -
HSV(B) 300.64º 0.72% 0.51% -
XYZ 13.8 7.59 21.51 -
YUV 74.71 158.64 167.44 -
System Red Green Blue C M Y K H S L
Decimal 130 36 129 0 0.72 0.01 0.49 300.64 0.57 0.33
Hex 82 24 81 0 48 1 31 12D 39 21
Octal 202 44 201 0 110 1 61 455 71 41
Binary 10000010 100100 10000001 0 1001000 1 110001 100101101 111001 100001

Color Harmonies of #822481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #822481

Black with #822481

Text Example


Text Example

White with #822481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #822481; }

 p { color: rgb(130,36,129); }

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

background-color css

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

 a { background-color: rgb(130,36,129); }

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

border-color css

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

 span { border-color: rgb(130,36,129); }

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