#83044C

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

Shades of Tyrian Purple #83044C

Tints of Tyrian Purple #83044C

Color information

#83044C (or 0x83044C) is unknown color: approx Tyrian Purple. HEX triplet: 83, 04 and 4C. RGB value is (131,4,76). Sum of RGB (Red+Green+Blue) = 131+4+76=211 (27% of max value = 765). Red value is 131 (51.56% from 255 or 62.09% from 211); Green value is 4 (1.95% from 255 or 1.90% from 211); Blue value is 76 (30.08% from 255 or 36.02% from 211); Max value from RGB is 131 - color contains mainly: red. Hex color #83044C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #83044C is #7CFBB3. Grayscale: #323232. Windows color (decimal): -8190900 or 4981891. OLE color: 4981891.

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

Color convert

RGB131476-
CMYK00.970.420.49
HSL325.98º94.07%26.47%-
HSV(B)325.98º96.95%51.37%-
XYZ10.715.437.32-
YUV50.18142.58185.65-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 62.09%
GREEN value IS 4 (1.95% from 255) = 1.90%
BLUE value IS 76 (30.08% from 255) = 36.02%
R=62.09%
G=1.90%
B=36.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.42
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13147600.970.420.49325.9894.0726.47
Hex8344C0612A311465e1a
Octal20341140141526150613632
Binary10000011100100110001100001101010110001101000110101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83044C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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