#82043B

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

Shades of Tyrian Purple #82043B

Tints of Tyrian Purple #82043B

Color information

#82043B (or 0x82043B) is unknown color: approx Tyrian Purple. HEX triplet: 82, 04 and 3B. RGB value is (130,4,59). Sum of RGB (Red+Green+Blue) = 130+4+59=193 (25% of max value = 765). Red value is 130 (51.17% from 255 or 67.36% from 193); Green value is 4 (1.95% from 255 or 2.07% from 193); Blue value is 59 (23.44% from 255 or 30.57% from 193); Max value from RGB is 130 - color contains mainly: red. Hex color #82043B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #82043B is #7DFBC4. Grayscale: #2F2F2F. Windows color (decimal): -8256453 or 3867778. OLE color: 3867778.

HSL color Cylindrical-coordinate representation of color #82043B: hue angle of 333.81º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #82043B is Cyan = 0, Magento = 0.97, Yellow = 0.55 and Black (K on CMYK) = 0.49.

Color convert

RGB130459-
CMYK00.970.550.49
HSL333.81º94.03%26.27%-
HSV(B)333.81º96.92%50.98%-
XYZ10.045.154.6-
YUV47.94134.24186.53-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 67.36%
GREEN value IS 4 (1.95% from 255) = 2.07%
BLUE value IS 59 (23.44% from 255) = 30.57%
R=67.36%
G=2.07%
B=30.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.55
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13045900.970.550.49333.8194.0326.27
Hex8243B061373114e5e1a
Octal2024730141676151613632
Binary1000001010011101101100001110111110001101001110101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82043B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82043B; }

 p { color: rgb(130,4,59); }

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

<style>
 a { background-color: #82043B; }

 a { background-color: rgb(130,4,59); }

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

<style>
 span { border-color: #82043B; }

 span { border-color: rgb(130,4,59); }

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