#83023C

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

Shades of Tyrian Purple #83023C

Tints of Tyrian Purple #83023C

Color information

#83023C (or 0x83023C) is unknown color: approx Tyrian Purple. HEX triplet: 83, 02 and 3C. RGB value is (131,2,60). Sum of RGB (Red+Green+Blue) = 131+2+60=193 (25% of max value = 765). Red value is 131 (51.56% from 255 or 67.88% from 193); Green value is 2 (1.17% from 255 or 1.04% from 193); Blue value is 60 (23.83% from 255 or 31.09% from 193); Max value from RGB is 131 - color contains mainly: red. Hex color #83023C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #83023C is #7CFDC3. Grayscale: #2F2F2F. Windows color (decimal): -8191428 or 3932803. OLE color: 3932803.

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

Color convert

RGB131260-
CMYK00.980.540.49
HSL333.02º96.99%26.08%-
HSV(B)333.02º98.47%51.37%-
XYZ10.25.194.74-
YUV47.18135.24187.78-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 67.88%
GREEN value IS 2 (1.17% from 255) = 1.04%
BLUE value IS 60 (23.83% from 255) = 31.09%
R=67.88%
G=1.04%
B=31.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.54
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13126000.980.540.49333.0296.9926.08
Hex8323C062363114d611a
Octal2032740142666151514132
Binary100000111011110001100010110110110001101001101110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83023C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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