#823066

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

Shades of Dark Purple #823066

Tints of Dark Purple #823066

Color information

#823066 (or 0x823066) is unknown color: approx Dark Purple. HEX triplet: 82, 30 and 66. RGB value is (130,48,102). Sum of RGB (Red+Green+Blue) = 130+48+102=280 (37% of max value = 765). Red value is 130 (51.17% from 255 or 46.43% from 280); Green value is 48 (19.14% from 255 or 17.14% from 280); Blue value is 102 (40.23% from 255 or 36.43% from 280); Max value from RGB is 130 - color contains mainly: red. Hex color #823066 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #823066 is #7DCF99. Grayscale: #4E4E4E. Windows color (decimal): -8245146 or 6697090. OLE color: 6697090.

HSL color Cylindrical-coordinate representation of color #823066: hue angle of 320.49º 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 #823066 is Cyan = 0, Magento = 0.63, Yellow = 0.22 and Black (K on CMYK) = 0.49.

Color convert

RGB13048102-
CMYK00.630.220.49
HSL320.49º46.07%34.9%-
HSV(B)320.49º63.08%50.98%-
XYZ12.667.8213.41-
YUV78.67141.17164.61-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 46.43%
GREEN value IS 48 (19.14% from 255) = 17.14%
BLUE value IS 102 (40.23% from 255) = 36.43%
R=46.43%
G=17.14%
B=36.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.22
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1304810200.630.220.49320.4946.0734.9
Hex82306603F16311402e23
Octal2026014607726615005643
Binary100000101100001100110011111110110110001101000000101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #823066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #823066; }

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

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

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

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

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

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

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

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