#80093C

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

Shades of Tyrian Purple #80093C

Tints of Tyrian Purple #80093C

Color information

#80093C (or 0x80093C) is unknown color: approx Tyrian Purple. HEX triplet: 80, 09 and 3C. RGB value is (128,9,60). Sum of RGB (Red+Green+Blue) = 128+9+60=197 (26% of max value = 765). Red value is 128 (50.39% from 255 or 64.97% from 197); Green value is 9 (3.91% from 255 or 4.57% from 197); Blue value is 60 (23.83% from 255 or 30.46% from 197); Max value from RGB is 128 - color contains mainly: red. Hex color #80093C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #80093C is #7FF6C3. Grayscale: #323232. Windows color (decimal): -8386244 or 3934592. OLE color: 3934592.

HSL color Cylindrical-coordinate representation of color #80093C: hue angle of 334.29º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #80093C is Cyan = 0, Magento = 0.93, Yellow = 0.53 and Black (K on CMYK) = 0.50.

Color convert

RGB128960-
CMYK00.930.530.50
HSL334.29º86.86%26.86%-
HSV(B)334.29º92.97%50.2%-
XYZ9.825.114.74-
YUV50.4133.42183.35-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 64.97%
GREEN value IS 9 (3.91% from 255) = 4.57%
BLUE value IS 60 (23.83% from 255) = 30.46%
R=64.97%
G=4.57%
B=30.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.53
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12896000.930.530.50334.2986.8626.86
Hex8093C05D353214e571b
Octal20011740135656251612733
Binary10000000100111110001011101110101110010101001110101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80093C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,9,60); }

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

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

 a { background-color: rgb(128,9,60); }

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

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

 span { border-color: rgb(128,9,60); }

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