Html Css Color HEX #82197D Dark Purple

📋 copy color: '#82197D'

red 130 ◦ green 25 ◦ blue 125

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

Shades of Dark Purple #82197D

Tints of Dark Purple #82197D

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.93%

 BLUE value IS 125 (49.22% from 255) = 44.64%

R = 46.43%
G = 8.93%
B = 44.64%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.04

 K value IS 0.49

RGB Variations

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

Color information

#82197D (or 0x82197D) is known color: Dark Purple. HEX triplet: 82, 19 and 7D. RGB value is (130,25,125). Sum of RGB (Red+Green+Blue) = 130+25+125=280 (37% of max value = 765). Red value is 130 (51.17% from 255 or 46.43% from 280); Green value is 25 (10.16% from 255 or 8.93% from 280); Blue value is 125 (49.22% from 255 or 44.64% from 280); Max value from RGB is 130 - color contains mainly: red. Hex color #82197D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #82197D is #7DE682. Grayscale: #434343. Windows color (decimal): -8251011 or 8198530. OLE color: 8198530.

HSL color Cylindrical-coordinate representation of color #82197D: hue angle of 302.86º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #82197D is Cyan = 0, Magento = 0.81, Yellow = 0.04 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 25 125 -
CMYK 0 0.81 0.04 0.49
HSL 302.86º 0.68% 0.3% -
HSV(B) 302.86º 0.81% 0.51% -
XYZ 13.26 6.92 20.04 -
YUV 67.8 160.29 172.37 -
System Red Green Blue C M Y K H S L
Decimal 130 25 125 0 0.81 0.04 0.49 302.86 0.68 0.3
Hex 82 19 7D 0 51 4 31 12F 44 1E
Octal 202 31 175 0 121 4 61 457 104 36
Binary 10000010 11001 1111101 0 1010001 100 110001 100101111 1000100 11110

Color Harmonies of #82197D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82197D

Black with #82197D

Text Example


Text Example

White with #82197D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82197D; }

 p { color: rgb(130,25,125); }

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

background-color css

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

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

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

border-color css

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

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

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