#823B74

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

Shades of Dark Purple #823B74

Tints of Dark Purple #823B74

Color information

#823B74 (or 0x823B74) is unknown color: approx Dark Purple. HEX triplet: 82, 3B and 74. RGB value is (130,59,116). Sum of RGB (Red+Green+Blue) = 130+59+116=305 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.62% from 305); Green value is 59 (23.44% from 255 or 19.34% from 305); Blue value is 116 (45.70% from 255 or 38.03% from 305); Max value from RGB is 130 - color contains mainly: red. Hex color #823B74 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #823B74 is #7DC48B. Grayscale: #565656. Windows color (decimal): -8242316 or 7617410. OLE color: 7617410.

HSL color Cylindrical-coordinate representation of color #823B74: hue angle of 311.83º degrees, saturation: 0.38, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #823B74 is Cyan = 0, Magento = 0.55, Yellow = 0.11 and Black (K on CMYK) = 0.49.

Color convert

RGB13059116-
CMYK00.550.110.49
HSL311.83º37.57%37.06%-
HSV(B)311.83º54.62%50.98%-
XYZ13.929.1317.55-
YUV86.73144.52158.87-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 42.62%
GREEN value IS 59 (23.44% from 255) = 19.34%
BLUE value IS 116 (45.70% from 255) = 38.03%
R=42.62%
G=19.34%
B=38.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.11
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1305911600.550.110.49311.8337.5737.06
Hex823B74037B311382625
Octal2027316406713614704645
Binary10000010111011111010001101111011110001100111000100110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #823B74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #823B74; }

 p { color: rgb(130,59,116); }

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

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

 a { background-color: rgb(130,59,116); }

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

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

 span { border-color: rgb(130,59,116); }

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