#82306F

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

Shades of Dark Purple #82306F

Tints of Dark Purple #82306F

Color information

#82306F (or 0x82306F) is unknown color: approx Dark Purple. HEX triplet: 82, 30 and 6F. RGB value is (130,48,111). Sum of RGB (Red+Green+Blue) = 130+48+111=289 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.98% from 289); Green value is 48 (19.14% from 255 or 16.61% from 289); Blue value is 111 (43.75% from 255 or 38.41% from 289); Max value from RGB is 130 - color contains mainly: red. Hex color #82306F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82306F is #7DCF90. Grayscale: #4F4F4F. Windows color (decimal): -8245137 or 7286914. OLE color: 7286914.

HSL color Cylindrical-coordinate representation of color #82306F: hue angle of 313.9º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #82306F is Cyan = 0, Magento = 0.63, Yellow = 0.15 and Black (K on CMYK) = 0.49.

Color convert

RGB13048111-
CMYK00.630.150.49
HSL313.9º46.07%34.9%-
HSV(B)313.9º63.08%50.98%-
XYZ13.138.0115.89-
YUV79.7145.67163.88-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 44.98%
GREEN value IS 48 (19.14% from 255) = 16.61%
BLUE value IS 111 (43.75% from 255) = 38.41%
R=44.98%
G=16.61%
B=38.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.15
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1304811100.630.150.49313.946.0734.9
Hex82306F03FF3113a2e23
Octal2026015707717614725643
Binary10000010110000110111101111111111110001100111010101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82306F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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