#83023B

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

Shades of Tyrian Purple #83023B

Tints of Tyrian Purple #83023B

Color information

#83023B (or 0x83023B) is unknown color: approx Tyrian Purple. HEX triplet: 83, 02 and 3B. RGB value is (131,2,59). Sum of RGB (Red+Green+Blue) = 131+2+59=192 (25% of max value = 765). Red value is 131 (51.56% from 255 or 68.23% from 192); Green value is 2 (1.17% from 255 or 1.04% from 192); Blue value is 59 (23.44% from 255 or 30.73% from 192); Max value from RGB is 131 - color contains mainly: red. Hex color #83023B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #83023B is #7CFDC4. Grayscale: #2E2E2E. Windows color (decimal): -8191429 or 3867267. OLE color: 3867267.

HSL color Cylindrical-coordinate representation of color #83023B: hue angle of 333.49º degrees, saturation: 0.97, 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 #83023B is Cyan = 0, Magento = 0.98, Yellow = 0.55 and Black (K on CMYK) = 0.49.

Color convert

RGB131259-
CMYK00.980.550.49
HSL333.49º96.99%26.08%-
HSV(B)333.49º98.47%51.37%-
XYZ10.175.184.6-
YUV47.07134.74187.87-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 68.23%
GREEN value IS 2 (1.17% from 255) = 1.04%
BLUE value IS 59 (23.44% from 255) = 30.73%
R=68.23%
G=1.04%
B=30.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.55
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13125900.980.550.49333.4996.9926.08
Hex8323B062373114d611a
Octal2032730142676151514132
Binary100000111011101101100010110111110001101001101110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83023B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83023B; }

 p { color: rgb(131,2,59); }

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

<style>
 a { background-color: #83023B; }

 a { background-color: rgb(131,2,59); }

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

<style>
 span { border-color: #83023B; }

 span { border-color: rgb(131,2,59); }

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