#83054C

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

Shades of Tyrian Purple #83054C

Tints of Tyrian Purple #83054C

Color information

#83054C (or 0x83054C) is unknown color: approx Tyrian Purple. HEX triplet: 83, 05 and 4C. RGB value is (131,5,76). Sum of RGB (Red+Green+Blue) = 131+5+76=212 (28% of max value = 765). Red value is 131 (51.56% from 255 or 61.79% from 212); Green value is 5 (2.34% from 255 or 2.36% from 212); Blue value is 76 (30.08% from 255 or 35.85% from 212); Max value from RGB is 131 - color contains mainly: red. Hex color #83054C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #83054C is #7CFAB3. Grayscale: #323232. Windows color (decimal): -8190644 or 4982147. OLE color: 4982147.

HSL color Cylindrical-coordinate representation of color #83054C: hue angle of 326.19º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #83054C is Cyan = 0, Magento = 0.96, Yellow = 0.42 and Black (K on CMYK) = 0.49.

Color convert

RGB131576-
CMYK00.960.420.49
HSL326.19º92.65%26.67%-
HSV(B)326.19º96.18%51.37%-
XYZ10.725.467.33-
YUV50.77142.24185.23-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 61.79%
GREEN value IS 5 (2.34% from 255) = 2.36%
BLUE value IS 76 (30.08% from 255) = 35.85%
R=61.79%
G=2.36%
B=35.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.42
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13157600.960.420.49326.1992.6526.67
Hex8354C0602A311465d1b
Octal20351140140526150613533
Binary10000011101100110001100000101010110001101000110101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83054C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83054C; }

 p { color: rgb(131,5,76); }

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

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

 a { background-color: rgb(131,5,76); }

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

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

 span { border-color: rgb(131,5,76); }

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