#530549

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

Shades of Tyrian Purple #530549

Tints of Tyrian Purple #530549

Color information

#530549 (or 0x530549) is unknown color: approx Tyrian Purple. HEX triplet: 53, 05 and 49. RGB value is (83,5,73). Sum of RGB (Red+Green+Blue) = 83+5+73=161 (21% of max value = 765). Red value is 83 (32.81% from 255 or 51.55% from 161); Green value is 5 (2.34% from 255 or 3.11% from 161); Blue value is 73 (28.91% from 255 or 45.34% from 161); Max value from RGB is 83 - color contains mainly: red. Hex color #530549 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530549 is #ACFAB6. Grayscale: #232323. Windows color (decimal): -11336375 or 4785491. OLE color: 4785491.

HSL color Cylindrical-coordinate representation of color #530549: hue angle of 307.69º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #530549 is Cyan = 0, Magento = 0.94, Yellow = 0.12 and Black (K on CMYK) = 0.67.

Color convert

RGB83573-
CMYK00.940.120.67
HSL307.69º88.64%17.25%-
HSV(B)307.69º93.98%32.55%-
XYZ4.822.436.52-
YUV36.07148.84161.47-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 51.55%
GREEN value IS 5 (2.34% from 255) = 3.11%
BLUE value IS 73 (28.91% from 255) = 45.34%
R=51.55%
G=3.11%
B=45.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.12
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8357300.940.120.67307.6988.6417.25
Hex5354905EC431345911
Octal123511101361410346413121
Binary101001110110010010101111011001000011100110100101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530549; }

 p { color: rgb(83,5,73); }

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

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

 a { background-color: rgb(83,5,73); }

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

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

 span { border-color: rgb(83,5,73); }

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