#530346

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

Shades of Tyrian Purple #530346

Tints of Tyrian Purple #530346

Color information

#530346 (or 0x530346) is unknown color: approx Tyrian Purple. HEX triplet: 53, 03 and 46. RGB value is (83,3,70). Sum of RGB (Red+Green+Blue) = 83+3+70=156 (20% of max value = 765). Red value is 83 (32.81% from 255 or 53.21% from 156); Green value is 3 (1.56% from 255 or 1.92% from 156); Blue value is 70 (27.73% from 255 or 44.87% from 156); Max value from RGB is 83 - color contains mainly: red. Hex color #530346 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530346 is #ACFCB9. Grayscale: #222222. Windows color (decimal): -11336890 or 4588371. OLE color: 4588371.

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

Color convert

RGB83370-
CMYK00.960.160.67
HSL309.75º93.02%16.86%-
HSV(B)309.75º96.39%32.55%-
XYZ4.712.356-
YUV34.56148162.55-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 53.21%
GREEN value IS 3 (1.56% from 255) = 1.92%
BLUE value IS 70 (27.73% from 255) = 44.87%
R=53.21%
G=1.92%
B=44.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.16
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8337000.960.160.67309.7593.0216.86
Hex5334606010431365d11
Octal123310601402010346613521
Binary101001111100011001100000100001000011100110110101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530346; }

 p { color: rgb(83,3,70); }

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

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

 a { background-color: rgb(83,3,70); }

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

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

 span { border-color: rgb(83,3,70); }

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