#82297F

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

Shades of Dark Purple #82297F

Tints of Dark Purple #82297F

Color information

#82297F (or 0x82297F) is unknown color: approx Dark Purple. HEX triplet: 82, 29 and 7F. RGB value is (130,41,127). Sum of RGB (Red+Green+Blue) = 130+41+127=298 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.62% from 298); Green value is 41 (16.41% from 255 or 13.76% from 298); Blue value is 127 (50% from 255 or 42.62% from 298); Max value from RGB is 130 - color contains mainly: red. Hex color #82297F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82297F is #7DD680. Grayscale: #4D4D4D. Windows color (decimal): -8246913 or 8333698. OLE color: 8333698.

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

Color convert

RGB13041127-
CMYK00.680.020.49
HSL302.02º52.05%33.53%-
HSV(B)302.02º68.46%50.98%-
XYZ13.837.8620.87-
YUV77.41155.99165.51-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 43.62%
GREEN value IS 41 (16.41% from 255) = 13.76%
BLUE value IS 127 (50% from 255) = 42.62%
R=43.62%
G=13.76%
B=42.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.02
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1304112700.680.020.49302.0252.0533.53
Hex82297F04423112e3422
Octal2025117701042614566442
Binary1000001010100111111110100010010110001100101110110100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82297F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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