Html Css Color HEX #822482 Dark Purple

📋 copy color: '#822482'

red 130 ◦ green 36 ◦ blue 130

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

Shades of Dark Purple #822482

Tints of Dark Purple #822482

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 43.92%

R = 43.92%
G = 12.16%
B = 43.92%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#822482 (or 0x822482) is known color: Dark Purple. HEX triplet: 82, 24 and 82. RGB value is (130,36,130). Sum of RGB (Red+Green+Blue) = 130+36+130=296 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.92% from 296); Green value is 36 (14.45% from 255 or 12.16% from 296); Blue value is 130 (51.17% from 255 or 43.92% from 296); Max value from RGB is 130 - color contains mainly: red, blue. Hex color #822482 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #822482 is #7DDB7D. Grayscale: #4A4A4A. Windows color (decimal): -8248190 or 8529026. OLE color: 8529026.

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

Color convert

RGB 130 36 130 -
CMYK 0 0.72 0 0.49
HSL 300º 0.57% 0.33% -
HSV(B) 300º 0.72% 0.51% -
XYZ 13.87 7.62 21.86 -
YUV 74.82 159.14 167.36 -
System Red Green Blue C M Y K H S L
Decimal 130 36 130 0 0.72 0 0.49 300 0.57 0.33
Hex 82 24 82 0 48 0 31 12C 39 21
Octal 202 44 202 0 110 0 61 454 71 41
Binary 10000010 100100 10000010 0 1001000 0 110001 100101100 111001 100001

Color Harmonies of #822482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #822482

Black with #822482

Text Example


Text Example

White with #822482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #822482; }

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

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

background-color css

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

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

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

border-color css

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

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

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