#823475

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

Shades of Dark Purple #823475

Tints of Dark Purple #823475

Color information

#823475 (or 0x823475) is unknown color: approx Dark Purple. HEX triplet: 82, 34 and 75. RGB value is (130,52,117). Sum of RGB (Red+Green+Blue) = 130+52+117=299 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.48% from 299); Green value is 52 (20.70% from 255 or 17.39% from 299); Blue value is 117 (46.09% from 255 or 39.13% from 299); Max value from RGB is 130 - color contains mainly: red. Hex color #823475 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #823475 is #7DCB8A. Grayscale: #525252. Windows color (decimal): -8244107 or 7681154. OLE color: 7681154.

HSL color Cylindrical-coordinate representation of color #823475: hue angle of 310º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #823475 is Cyan = 0, Magento = 0.60, Yellow = 0.1 and Black (K on CMYK) = 0.49.

Color convert

RGB13052117-
CMYK00.600.10.49
HSL310º42.86%35.69%-
HSV(B)310º60%50.98%-
XYZ13.648.4917.75-
YUV82.73147.34161.71-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 43.48%
GREEN value IS 52 (20.70% from 255) = 17.39%
BLUE value IS 117 (46.09% from 255) = 39.13%
R=43.48%
G=17.39%
B=39.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.1
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1305211700.600.10.4931042.8635.69
Hex82347503CA311362b24
Octal2026416507412614665344
Binary10000010110100111010101111001010110001100110110101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #823475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #823475; }

 p { color: rgb(130,52,117); }

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

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

 a { background-color: rgb(130,52,117); }

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

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

 span { border-color: rgb(130,52,117); }

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