#82023E

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

Shades of Tyrian Purple #82023E

Tints of Tyrian Purple #82023E

Color information

#82023E (or 0x82023E) is unknown color: approx Tyrian Purple. HEX triplet: 82, 02 and 3E. RGB value is (130,2,62). Sum of RGB (Red+Green+Blue) = 130+2+62=194 (25% of max value = 765). Red value is 130 (51.17% from 255 or 67.01% from 194); Green value is 2 (1.17% from 255 or 1.03% from 194); Blue value is 62 (24.61% from 255 or 31.96% from 194); Max value from RGB is 130 - color contains mainly: red. Hex color #82023E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #82023E is #7DFDC1. Grayscale: #2F2F2F. Windows color (decimal): -8256962 or 4063874. OLE color: 4063874.

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

Color convert

RGB130262-
CMYK00.980.520.49
HSL331.88º96.97%25.88%-
HSV(B)331.88º98.46%50.98%-
XYZ10.15.145.02-
YUV47.11136.41187.12-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 67.01%
GREEN value IS 2 (1.17% from 255) = 1.03%
BLUE value IS 62 (24.61% from 255) = 31.96%
R=67.01%
G=1.03%
B=31.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.52
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13026200.980.520.49331.8896.9725.88
Hex8223E062343114c611a
Octal2022760142646151414132
Binary100000101011111001100010110100110001101001100110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82023E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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