#82023D

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

Shades of Tyrian Purple #82023D

Tints of Tyrian Purple #82023D

Color information

#82023D (or 0x82023D) is unknown color: approx Tyrian Purple. HEX triplet: 82, 02 and 3D. RGB value is (130,2,61). Sum of RGB (Red+Green+Blue) = 130+2+61=193 (25% of max value = 765). Red value is 130 (51.17% from 255 or 67.36% from 193); Green value is 2 (1.17% from 255 or 1.04% from 193); Blue value is 61 (24.22% from 255 or 31.61% from 193); Max value from RGB is 130 - color contains mainly: red. Hex color #82023D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #82023D is #7DFDC2. Grayscale: #2E2E2E. Windows color (decimal): -8256963 or 3998338. OLE color: 3998338.

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

Color convert

RGB130261-
CMYK00.980.530.49
HSL332.34º96.97%25.88%-
HSV(B)332.34º98.46%50.98%-
XYZ10.075.134.87-
YUV47135.91187.2-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 67.36%
GREEN value IS 2 (1.17% from 255) = 1.04%
BLUE value IS 61 (24.22% from 255) = 31.61%
R=67.36%
G=1.04%
B=31.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.53
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13026100.980.530.49332.3496.9725.88
Hex8223D062353114c611a
Octal2022750142656151414132
Binary100000101011110101100010110101110001101001100110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82023D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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