#83337A

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

Shades of Dark Purple #83337A

Tints of Dark Purple #83337A

Color information

#83337A (or 0x83337A) is unknown color: approx Dark Purple. HEX triplet: 83, 33 and 7A. RGB value is (131,51,122). Sum of RGB (Red+Green+Blue) = 131+51+122=304 (40% of max value = 765). Red value is 131 (51.56% from 255 or 43.09% from 304); Green value is 51 (20.31% from 255 or 16.78% from 304); Blue value is 122 (48.05% from 255 or 40.13% from 304); Max value from RGB is 131 - color contains mainly: red. Hex color #83337A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #83337A is #7CCC85. Grayscale: #525252. Windows color (decimal): -8178822 or 8008579. OLE color: 8008579.

HSL color Cylindrical-coordinate representation of color #83337A: hue angle of 306.75º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #83337A is Cyan = 0, Magento = 0.61, Yellow = 0.07 and Black (K on CMYK) = 0.49.

Color convert

RGB13151122-
CMYK00.610.070.49
HSL306.75º43.96%35.69%-
HSV(B)306.75º61.07%51.37%-
XYZ14.068.619.33-
YUV83.01150162.23-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 43.09%
GREEN value IS 51 (20.31% from 255) = 16.78%
BLUE value IS 122 (48.05% from 255) = 40.13%
R=43.09%
G=16.78%
B=40.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.07
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1315112200.610.070.49306.7543.9635.69
Hex83337A03D7311332c24
Octal203631720757614635444
Binary1000001111001111110100111101111110001100110011101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83337A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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