#82054B

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

Shades of Tyrian Purple #82054B

Tints of Tyrian Purple #82054B

Color information

#82054B (or 0x82054B) is unknown color: approx Tyrian Purple. HEX triplet: 82, 05 and 4B. RGB value is (130,5,75). Sum of RGB (Red+Green+Blue) = 130+5+75=210 (27% of max value = 765). Red value is 130 (51.17% from 255 or 61.90% from 210); Green value is 5 (2.34% from 255 or 2.38% from 210); Blue value is 75 (29.69% from 255 or 35.71% from 210); Max value from RGB is 130 - color contains mainly: red. Hex color #82054B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #82054B is #7DFAB4. Grayscale: #323232. Windows color (decimal): -8256181 or 4916610. OLE color: 4916610.

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

Color convert

RGB130575-
CMYK00.960.420.49
HSL326.4º92.59%26.47%-
HSV(B)326.4º96.15%50.98%-
XYZ10.535.367.14-
YUV50.36141.91184.81-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 61.90%
GREEN value IS 5 (2.34% from 255) = 2.38%
BLUE value IS 75 (29.69% from 255) = 35.71%
R=61.90%
G=2.38%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.42
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13057500.960.420.49326.492.5926.47
Hex8254B0602A311465d1a
Octal20251130140526150613532
Binary10000010101100101101100000101010110001101000110101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82054B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,5,75); }

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

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

 a { background-color: rgb(130,5,75); }

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

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

 span { border-color: rgb(130,5,75); }

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