#83053F

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

Shades of Tyrian Purple #83053F

Tints of Tyrian Purple #83053F

Color information

#83053F (or 0x83053F) is unknown color: approx Tyrian Purple. HEX triplet: 83, 05 and 3F. RGB value is (131,5,63). Sum of RGB (Red+Green+Blue) = 131+5+63=199 (26% of max value = 765). Red value is 131 (51.56% from 255 or 65.83% from 199); Green value is 5 (2.34% from 255 or 2.51% from 199); Blue value is 63 (25% from 255 or 31.66% from 199); Max value from RGB is 131 - color contains mainly: red. Hex color #83053F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #83053F is #7CFAC0. Grayscale: #313131. Windows color (decimal): -8190657 or 4130179. OLE color: 4130179.

HSL color Cylindrical-coordinate representation of color #83053F: hue angle of 332.38º 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 #83053F is Cyan = 0, Magento = 0.96, Yellow = 0.52 and Black (K on CMYK) = 0.49.

Color convert

RGB131563-
CMYK00.960.520.49
HSL332.38º92.65%26.67%-
HSV(B)332.38º96.18%51.37%-
XYZ10.315.295.18-
YUV49.29135.74186.28-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 65.83%
GREEN value IS 5 (2.34% from 255) = 2.51%
BLUE value IS 63 (25% from 255) = 31.66%
R=65.83%
G=2.51%
B=31.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.52
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13156300.960.520.49332.3892.6526.67
Hex8353F060343114c5d1b
Octal2035770140646151413533
Binary1000001110111111101100000110100110001101001100101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83053F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83053F; }

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

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

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

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

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

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

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

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