#83307a

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

Shades of Dark Purple #83307A

Tints of Dark Purple #83307A

Color information

#83307A (or 0x83307A) is unknown color: approx Dark Purple. HEX triplet: 83, 30 and 7A. RGB value is (131,48,122). Sum of RGB (Red+Green+Blue) = 131+48+122=301 (39% of max value = 765). Red value is 131 (51.56% from 255 or 43.52% from 301); Green value is 48 (19.14% from 255 or 15.95% from 301); Blue value is 122 (48.05% from 255 or 40.53% from 301); Max value from RGB is 131 - color contains mainly: red. Hex color #83307A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #83307A is #7CCF85. Grayscale: #515151. Windows color (decimal): -8179590 or 8007811. OLE color: 8007811.

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

Color convert

RGB13148122-
CMYK00.630.070.49
HSL306.51º46.37%35.1%-
HSV(B)306.51º63.36%51.37%-
XYZ13.938.3419.29-
YUV81.25151163.48-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 43.52%
GREEN value IS 48 (19.14% from 255) = 15.95%
BLUE value IS 122 (48.05% from 255) = 40.53%
R=43.52%
G=15.95%
B=40.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.07
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1314812200.630.070.49306.5146.3735.1
Hex83307A03F7311332e23
Octal203601720777614635643
Binary1000001111000011110100111111111110001100110011101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83307a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83307a; }

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

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

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

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

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

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

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

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