#830D7A

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

Shades of Purple #830D7A

Tints of Purple #830D7A

Color information

#830D7A (or 0x830D7A) is unknown color: approx Purple. HEX triplet: 83, 0D and 7A. RGB value is (131,13,122). Sum of RGB (Red+Green+Blue) = 131+13+122=266 (35% of max value = 765). Red value is 131 (51.56% from 255 or 49.25% from 266); Green value is 13 (5.47% from 255 or 4.89% from 266); Blue value is 122 (48.05% from 255 or 45.86% from 266); Max value from RGB is 131 - color contains mainly: red. Hex color #830D7A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #830D7A is #7CF285. Grayscale: #3C3C3C. Windows color (decimal): -8188550 or 7998851. OLE color: 7998851.

HSL color Cylindrical-coordinate representation of color #830D7A: hue angle of 304.58º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #830D7A is Cyan = 0, Magento = 0.90, Yellow = 0.07 and Black (K on CMYK) = 0.49.

Color convert

RGB13113122-
CMYK00.900.070.49
HSL304.58º81.94%28.24%-
HSV(B)304.58º90.08%51.37%-
XYZ13.026.5218.98-
YUV60.71162.59178.14-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 49.25%
GREEN value IS 13 (5.47% from 255) = 4.89%
BLUE value IS 122 (48.05% from 255) = 45.86%
R=49.25%
G=4.89%
B=45.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.07
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1311312200.900.070.49304.5881.9428.24
Hex83D7A05A731131521c
Octal20315172013276146112234
Binary100000111101111101001011010111110001100110001101001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #830D7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #830D7A; }

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

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

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

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

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

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

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

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