#830249

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

Shades of Tyrian Purple #830249

Tints of Tyrian Purple #830249

Color information

#830249 (or 0x830249) is unknown color: approx Tyrian Purple. HEX triplet: 83, 02 and 49. RGB value is (131,2,73). Sum of RGB (Red+Green+Blue) = 131+2+73=206 (27% of max value = 765). Red value is 131 (51.56% from 255 or 63.59% from 206); Green value is 2 (1.17% from 255 or 0.97% from 206); Blue value is 73 (28.91% from 255 or 35.44% from 206); Max value from RGB is 131 - color contains mainly: red. Hex color #830249 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #830249 is #7CFDB6. Grayscale: #303030. Windows color (decimal): -8191415 or 4784771. OLE color: 4784771.

HSL color Cylindrical-coordinate representation of color #830249: hue angle of 326.98º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #830249 is Cyan = 0, Magento = 0.98, Yellow = 0.44 and Black (K on CMYK) = 0.49.

Color convert

RGB131273-
CMYK00.980.440.49
HSL326.98º96.99%26.08%-
HSV(B)326.98º98.47%51.37%-
XYZ10.585.356.78-
YUV48.66141.74186.73-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 63.59%
GREEN value IS 2 (1.17% from 255) = 0.97%
BLUE value IS 73 (28.91% from 255) = 35.44%
R=63.59%
G=0.97%
B=35.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.44
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13127300.980.440.49326.9896.9926.08
Hex832490622C31147611a
Octal20321110142546150714132
Binary1000001110100100101100010101100110001101000111110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #830249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #830249; }

 p { color: rgb(131,2,73); }

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

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

 a { background-color: rgb(131,2,73); }

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

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

 span { border-color: rgb(131,2,73); }

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