#823073

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

Shades of Dark Purple #823073

Tints of Dark Purple #823073

Color information

#823073 (or 0x823073) is unknown color: approx Dark Purple. HEX triplet: 82, 30 and 73. RGB value is (130,48,115). Sum of RGB (Red+Green+Blue) = 130+48+115=293 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.37% from 293); Green value is 48 (19.14% from 255 or 16.38% from 293); Blue value is 115 (45.31% from 255 or 39.25% from 293); Max value from RGB is 130 - color contains mainly: red. Hex color #823073 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #823073 is #7DCF8C. Grayscale: #4F4F4F. Windows color (decimal): -8245133 or 7549058. OLE color: 7549058.

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

Color convert

RGB13048115-
CMYK00.630.120.49
HSL310.98º46.07%34.9%-
HSV(B)310.98º63.08%50.98%-
XYZ13.368.117.08-
YUV80.16147.67163.55-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 44.37%
GREEN value IS 48 (19.14% from 255) = 16.38%
BLUE value IS 115 (45.31% from 255) = 39.25%
R=44.37%
G=16.38%
B=39.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.12
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1304811500.630.120.49310.9846.0734.9
Hex82307303FC311372e23
Octal2026016307714614675643
Binary10000010110000111001101111111100110001100110111101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #823073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #823073; }

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

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

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

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

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

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

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

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