#82297D

Color #82297D Dark Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Purple #82297D

Tints of Dark Purple #82297D

Color information

#82297D (or 0x82297D) is unknown color: approx Dark Purple. HEX triplet: 82, 29 and 7D. RGB value is (130,41,125). Sum of RGB (Red+Green+Blue) = 130+41+125=296 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.92% from 296); Green value is 41 (16.41% from 255 or 13.85% from 296); Blue value is 125 (49.22% from 255 or 42.23% from 296); Max value from RGB is 130 - color contains mainly: red. Hex color #82297D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82297D is #7DD682. Grayscale: #4C4C4C. Windows color (decimal): -8246915 or 8202626. OLE color: 8202626.

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

Color convert

RGB13041125-
CMYK00.680.040.49
HSL303.37º52.05%33.53%-
HSV(B)303.37º68.46%50.98%-
XYZ13.77.8120.19-
YUV77.19154.99165.67-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 43.92%
GREEN value IS 41 (16.41% from 255) = 13.85%
BLUE value IS 125 (49.22% from 255) = 42.23%
R=43.92%
G=13.85%
B=42.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.04
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1304112500.680.040.49303.3752.0533.53
Hex82297D04443112f3422
Octal2025117501044614576442
Binary10000010101001111110101000100100110001100101111110100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82297D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #82297D;
 }
 .AnyTagClassName
 {
   color: #82297D;
 }
</style>
background-color css

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

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

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

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

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

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