#82246F

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

Shades of Dark Purple #82246F

Tints of Dark Purple #82246F

Color information

#82246F (or 0x82246F) is unknown color: approx Dark Purple. HEX triplet: 82, 24 and 6F. RGB value is (130,36,111). Sum of RGB (Red+Green+Blue) = 130+36+111=277 (36% of max value = 765). Red value is 130 (51.17% from 255 or 46.93% from 277); Green value is 36 (14.45% from 255 or 13.00% from 277); Blue value is 111 (43.75% from 255 or 40.07% from 277); Max value from RGB is 130 - color contains mainly: red. Hex color #82246F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82246F is #7DDB90. Grayscale: #484848. Windows color (decimal): -8248209 or 7283842. OLE color: 7283842.

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

Color convert

RGB13036111-
CMYK00.720.150.49
HSL312.13º56.63%32.55%-
HSV(B)312.13º72.31%50.98%-
XYZ12.717.1615.75-
YUV72.66149.64168.9-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 46.93%
GREEN value IS 36 (14.45% from 255) = 13.00%
BLUE value IS 111 (43.75% from 255) = 40.07%
R=46.93%
G=13.00%
B=40.07%

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
Decimal1303611100.720.150.49312.1356.6332.55
Hex82246F048F311383921
Octal20244157011017614707141
Binary100000101001001101111010010001111110001100111000111001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82246F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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