#82093C

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

Shades of Tyrian Purple #82093C

Tints of Tyrian Purple #82093C

Color information

#82093C (or 0x82093C) is unknown color: approx Tyrian Purple. HEX triplet: 82, 09 and 3C. RGB value is (130,9,60). Sum of RGB (Red+Green+Blue) = 130+9+60=199 (26% of max value = 765). Red value is 130 (51.17% from 255 or 65.33% from 199); Green value is 9 (3.91% from 255 or 4.52% from 199); Blue value is 60 (23.83% from 255 or 30.15% from 199); Max value from RGB is 130 - color contains mainly: red. Hex color #82093C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #82093C is #7DF6C3. Grayscale: #323232. Windows color (decimal): -8255172 or 3934594. OLE color: 3934594.

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

Color convert

RGB130960-
CMYK00.930.540.49
HSL334.71º87.05%27.25%-
HSV(B)334.71º93.08%50.98%-
XYZ10.125.274.76-
YUV50.99133.09184.35-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 65.33%
GREEN value IS 9 (3.91% from 255) = 4.52%
BLUE value IS 60 (23.83% from 255) = 30.15%
R=65.33%
G=4.52%
B=30.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.54
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13096000.930.540.49334.7187.0527.25
Hex8293C05D363114f571b
Octal20211740135666151712733
Binary10000010100111110001011101110110110001101001111101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82093C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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