#83347A

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

Shades of Dark Purple #83347A

Tints of Dark Purple #83347A

Color information

#83347A (or 0x83347A) is unknown color: approx Dark Purple. HEX triplet: 83, 34 and 7A. RGB value is (131,52,122). Sum of RGB (Red+Green+Blue) = 131+52+122=305 (40% of max value = 765). Red value is 131 (51.56% from 255 or 42.95% from 305); Green value is 52 (20.70% from 255 or 17.05% from 305); Blue value is 122 (48.05% from 255 or 40% from 305); Max value from RGB is 131 - color contains mainly: red. Hex color #83347A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #83347A is #7CCB85. Grayscale: #535353. Windows color (decimal): -8178566 or 8008835. OLE color: 8008835.

HSL color Cylindrical-coordinate representation of color #83347A: hue angle of 306.84º 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 #83347A is Cyan = 0, Magento = 0.60, Yellow = 0.07 and Black (K on CMYK) = 0.49.

Color convert

RGB13152122-
CMYK00.600.070.49
HSL306.84º43.17%35.88%-
HSV(B)306.84º60.31%51.37%-
XYZ14.18.6919.35-
YUV83.6149.67161.81-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 42.95%
GREEN value IS 52 (20.70% from 255) = 17.05%
BLUE value IS 122 (48.05% from 255) = 40%
R=42.95%
G=17.05%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.07
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1315212200.600.070.49306.8443.1735.88
Hex83347A03C7311332b24
Octal203641720747614635344
Binary1000001111010011110100111100111110001100110011101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83347A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83347A; }

 p { color: rgb(131,52,122); }

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

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

 a { background-color: rgb(131,52,122); }

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

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

 span { border-color: rgb(131,52,122); }

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