#83033F

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

Shades of Tyrian Purple #83033F

Tints of Tyrian Purple #83033F

Color information

#83033F (or 0x83033F) is unknown color: approx Tyrian Purple. HEX triplet: 83, 03 and 3F. RGB value is (131,3,63). Sum of RGB (Red+Green+Blue) = 131+3+63=197 (26% of max value = 765). Red value is 131 (51.56% from 255 or 66.50% from 197); Green value is 3 (1.56% from 255 or 1.52% from 197); Blue value is 63 (25% from 255 or 31.98% from 197); Max value from RGB is 131 - color contains mainly: red. Hex color #83033F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #83033F is #7CFCC0. Grayscale: #303030. Windows color (decimal): -8191169 or 4129667. OLE color: 4129667.

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

Color convert

RGB131363-
CMYK00.980.520.49
HSL331.88º95.52%26.27%-
HSV(B)331.88º97.71%51.37%-
XYZ10.295.255.17-
YUV48.11136.41187.12-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 66.50%
GREEN value IS 3 (1.56% from 255) = 1.52%
BLUE value IS 63 (25% from 255) = 31.98%
R=66.50%
G=1.52%
B=31.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.52
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13136300.980.520.49331.8895.5226.27
Hex8333F062343114c601a
Octal2033770142646151414032
Binary100000111111111101100010110100110001101001100110000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83033F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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