#83024A

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

Shades of Tyrian Purple #83024A

Tints of Tyrian Purple #83024A

Color information

#83024A (or 0x83024A) is unknown color: approx Tyrian Purple. HEX triplet: 83, 02 and 4A. RGB value is (131,2,74). Sum of RGB (Red+Green+Blue) = 131+2+74=207 (27% of max value = 765). Red value is 131 (51.56% from 255 or 63.29% from 207); Green value is 2 (1.17% from 255 or 0.97% from 207); Blue value is 74 (29.30% from 255 or 35.75% from 207); Max value from RGB is 131 - color contains mainly: red. Hex color #83024A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #83024A is #7CFDB5. Grayscale: #303030. Windows color (decimal): -8191414 or 4850307. OLE color: 4850307.

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

Color convert

RGB131274-
CMYK00.980.440.49
HSL326.51º96.99%26.08%-
HSV(B)326.51º98.47%51.37%-
XYZ10.625.366.95-
YUV48.78142.24186.65-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 63.29%
GREEN value IS 2 (1.17% from 255) = 0.97%
BLUE value IS 74 (29.30% from 255) = 35.75%
R=63.29%
G=0.97%
B=35.75%

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
Decimal13127400.980.440.49326.5196.9926.08
Hex8324A0622C31147611a
Octal20321120142546150714132
Binary1000001110100101001100010101100110001101000111110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83024A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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