#82013E

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

Shades of Tyrian Purple #82013E

Tints of Tyrian Purple #82013E

Color information

#82013E (or 0x82013E) is unknown color: approx Tyrian Purple. HEX triplet: 82, 01 and 3E. RGB value is (130,1,62). Sum of RGB (Red+Green+Blue) = 130+1+62=193 (25% of max value = 765). Red value is 130 (51.17% from 255 or 67.36% from 193); Green value is 1 (0.78% from 255 or 0.52% from 193); Blue value is 62 (24.61% from 255 or 32.12% from 193); Max value from RGB is 130 - color contains mainly: red. Hex color #82013E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #82013E is #7DFEC1. Grayscale: #2E2E2E. Windows color (decimal): -8257218 or 4063618. OLE color: 4063618.

HSL color Cylindrical-coordinate representation of color #82013E: hue angle of 331.63º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #82013E is Cyan = 0, Magento = 0.99, Yellow = 0.52 and Black (K on CMYK) = 0.49.

Color convert

RGB130162-
CMYK00.990.520.49
HSL331.63º98.47%25.69%-
HSV(B)331.63º99.23%50.98%-
XYZ10.095.125.01-
YUV46.52136.74187.54-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 67.36%
GREEN value IS 1 (0.78% from 255) = 0.52%
BLUE value IS 62 (24.61% from 255) = 32.12%
R=67.36%
G=0.52%
B=32.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.52
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13016200.990.520.49331.6398.4725.69
Hex8213E063343114c621a
Octal2021760143646151414232
Binary10000010111111001100011110100110001101001100110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82013E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82013E; }

 p { color: rgb(130,1,62); }

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

<style>
 a { background-color: #82013E; }

 a { background-color: rgb(130,1,62); }

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

<style>
 span { border-color: #82013E; }

 span { border-color: rgb(130,1,62); }

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