#823067

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

Shades of Dark Purple #823067

Tints of Dark Purple #823067

Color information

#823067 (or 0x823067) is unknown color: approx Dark Purple. HEX triplet: 82, 30 and 67. RGB value is (130,48,103). Sum of RGB (Red+Green+Blue) = 130+48+103=281 (37% of max value = 765). Red value is 130 (51.17% from 255 or 46.26% from 281); Green value is 48 (19.14% from 255 or 17.08% from 281); Blue value is 103 (40.62% from 255 or 36.65% from 281); Max value from RGB is 130 - color contains mainly: red. Hex color #823067 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #823067 is #7DCF98. Grayscale: #4E4E4E. Windows color (decimal): -8245145 or 6762626. OLE color: 6762626.

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

Color convert

RGB13048103-
CMYK00.630.210.49
HSL319.76º46.07%34.9%-
HSV(B)319.76º63.08%50.98%-
XYZ12.717.8413.68-
YUV78.79141.67164.53-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 46.26%
GREEN value IS 48 (19.14% from 255) = 17.08%
BLUE value IS 103 (40.62% from 255) = 36.65%
R=46.26%
G=17.08%
B=36.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.21
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1304810300.630.210.49319.7646.0734.9
Hex82306703F15311402e23
Octal2026014707725615005643
Binary100000101100001100111011111110101110001101000000101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #823067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #823067; }

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

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

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

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

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

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

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

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