#82246E

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

Shades of Dark Purple #82246E

Tints of Dark Purple #82246E

Color information

#82246E (or 0x82246E) is unknown color: approx Dark Purple. HEX triplet: 82, 24 and 6E. RGB value is (130,36,110). Sum of RGB (Red+Green+Blue) = 130+36+110=276 (36% of max value = 765). Red value is 130 (51.17% from 255 or 47.10% from 276); Green value is 36 (14.45% from 255 or 13.04% from 276); Blue value is 110 (43.36% from 255 or 39.86% from 276); Max value from RGB is 130 - color contains mainly: red. Hex color #82246E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82246E is #7DDB91. Grayscale: #484848. Windows color (decimal): -8248210 or 7218306. OLE color: 7218306.

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

Color convert

RGB13036110-
CMYK00.720.150.49
HSL312.77º56.63%32.55%-
HSV(B)312.77º72.31%50.98%-
XYZ12.657.1315.46-
YUV72.54149.14168.98-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 47.10%
GREEN value IS 36 (14.45% from 255) = 13.04%
BLUE value IS 110 (43.36% from 255) = 39.86%
R=47.10%
G=13.04%
B=39.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.15
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1303611000.720.150.49312.7756.6332.55
Hex82246E048F311393921
Octal20244156011017614717141
Binary100000101001001101110010010001111110001100111001111001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82246E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82246E; }

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

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

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

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

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

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

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

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