#83004A

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

Shades of Tyrian Purple #83004A

Tints of Tyrian Purple #83004A

Color information

#83004A (or 0x83004A) is unknown color: approx Tyrian Purple. HEX triplet: 83, 00 and 4A. RGB value is (131,0,74). Sum of RGB (Red+Green+Blue) = 131+0+74=205 (27% of max value = 765). Red value is 131 (51.56% from 255 or 63.90% from 205); Green value is 0 (0.39% from 255 or 0% from 205); Blue value is 74 (29.30% from 255 or 36.10% from 205); Max value from RGB is 131 - color contains mainly: red. Hex color #83004A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #83004A is #7CFFB5. Grayscale: #2F2F2F. Windows color (decimal): -8191926 or 4849795. OLE color: 4849795.

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

Color convert

RGB131074-
CMYK010.440.49
HSL326.11º100%25.69%-
HSV(B)326.11º100%51.37%-
XYZ10.65.326.95-
YUV47.6142.9187.48-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 63.90%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 74 (29.30% from 255) = 36.10%
R=63.90%
G=0%
B=36.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.44
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131074010.440.49326.1110025.69
Hex8304A0642C31146641a
Octal20301120144546150614432
Binary100000110100101001100100101100110001101000110110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83004A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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